Html Css Color HEX #580208 Bordeaux

📋 copy color: '#580208'

red 88 ◦ green 2 ◦ blue 8

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

Shades of Bordeaux #580208

Tints of Bordeaux #580208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.04%

 BLUE value IS 8 (3.52% from 255) = 8.16%

R = 89.8%
G = 2.04%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#580208 (or 0x580208) is known color: Bordeaux. HEX triplet: 58, 02 and 08. RGB value is (88,2,8). Sum of RGB (Red+Green+Blue) = 88+2+8=98 (12% of max value = 765). Red value is 88 (34.77% from 255 or 89.80% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 88 - color contains mainly: red. Hex color #580208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580208 is #A7FDF7. Grayscale: #1C1C1C. Windows color (decimal): -11009528 or 524888. OLE color: 524888.

HSL color Cylindrical-coordinate representation of color #580208: hue angle of 355.81º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580208 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 8 -
CMYK 0 0.98 0.91 0.65
HSL 355.81º 0.96% 0.18% -
HSV(B) 355.81º 0.98% 0.35% -
XYZ 4.09 2.14 0.43 -
YUV 28.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 88 2 8 0 0.98 0.91 0.65 355.81 0.96 0.18
Hex 58 2 8 0 62 5B 41 164 60 12
Octal 130 2 10 0 142 133 101 544 140 22
Binary 1011000 10 1000 0 1100010 1011011 1000001 101100100 1100000 10010

Color Harmonies of #580208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580208

Black with #580208

Text Example


Text Example

White with #580208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580208; }

 p { color: rgb(88,2,8); }

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

background-color css

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

 a { background-color: rgb(88,2,8); }

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

border-color css

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

 span { border-color: rgb(88,2,8); }

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