Html Css Color HEX #580818 Bordeaux

📋 copy color: '#580818'

red 88 ◦ green 8 ◦ blue 24

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

Shades of Bordeaux #580818

Tints of Bordeaux #580818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.67%

 BLUE value IS 24 (9.77% from 255) = 20%

R = 73.33%
G = 6.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#580818 (or 0x580818) is known color: Bordeaux. HEX triplet: 58, 08 and 18. RGB value is (88,8,24). Sum of RGB (Red+Green+Blue) = 88+8+24=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #580818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580818 is #A7F7E7. Grayscale: #212121. Windows color (decimal): -11007976 or 1575000. OLE color: 1575000.

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

Color convert

RGB 88 8 24 -
CMYK 0 0.91 0.73 0.65
HSL 348º 0.83% 0.19% -
HSV(B) 348º 0.91% 0.35% -
XYZ 4.28 2.31 1.09 -
YUV 33.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 88 8 24 0 0.91 0.73 0.65 348 0.83 0.19
Hex 58 8 18 0 5B 49 41 15C 53 13
Octal 130 10 30 0 133 111 101 534 123 23
Binary 1011000 1000 11000 0 1011011 1001001 1000001 101011100 1010011 10011

Color Harmonies of #580818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580818

Black with #580818

Text Example


Text Example

White with #580818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580818; }

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

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

background-color css

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

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

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

border-color css

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

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

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