Html Css Color HEX #581023 Bordeaux

📋 copy color: '#581023'

red 88 ◦ green 16 ◦ blue 35

#581023
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #581023

Tints of Bordeaux #581023

RGB

 RED value IS 88 (34.77% from 255) = 63.31%

 GREEN value IS 16 (6.64% from 255) = 11.51%

 BLUE value IS 35 (14.06% from 255) = 25.18%

R = 63.31%
G = 11.51%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#581023 (or 0x581023) is known color: Bordeaux. HEX triplet: 58, 10 and 23. RGB value is (88,16,35). Sum of RGB (Red+Green+Blue) = 88+16+35=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #581023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581023 is #A7EFDC. Grayscale: #272727. Windows color (decimal): -11005917 or 2297944. OLE color: 2297944.

HSL color Cylindrical-coordinate representation of color #581023: hue angle of 344.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581023 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 35 -
CMYK 0 0.82 0.60 0.65
HSL 344.17º 0.69% 0.2% -
HSV(B) 344.17º 0.82% 0.35% -
XYZ 4.51 2.57 1.85 -
YUV 39.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 88 16 35 0 0.82 0.60 0.65 344.17 0.69 0.2
Hex 58 10 23 0 52 3C 41 158 45 14
Octal 130 20 43 0 122 74 101 530 105 24
Binary 1011000 10000 100011 0 1010010 111100 1000001 101011000 1000101 10100

Color Harmonies of #581023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581023

Black with #581023

Text Example


Text Example

White with #581023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581023; }

 p { color: rgb(88,16,35); }

 H1.HeaderClassName
 {
   color: #581023;
 }
 .AnyTagClassName
 {
   color: #581023;
 }
</style>

background-color css

<style>
 a { background-color: #581023; }

 a { background-color: rgb(88,16,35); }

 div.DivClassName
 {
   background-color: #581023;
 }
 .BgClassName
 {
   background-color: #581023;
 }
</style>

border-color css

<style>
 span { border-color: #581023; }

 span { border-color: rgb(88,16,35); }

 td.TdClassName
 {
   border-color: #581023;
 }
 .TagClassName
 {
   border-color: #581023;
 }
</style>