Html Css Color HEX #580F18 Bordeaux

📋 copy color: '#580F18'

red 88 ◦ green 15 ◦ blue 24

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

Shades of Bordeaux #580F18

Tints of Bordeaux #580F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.81%

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

R = 69.29%
G = 11.81%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#580F18 (or 0x580F18) is known color: Bordeaux. HEX triplet: 58, 0F and 18. RGB value is (88,15,24). Sum of RGB (Red+Green+Blue) = 88+15+24=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #580F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F18 is #A7F0E7. Grayscale: #252525. Windows color (decimal): -11006184 or 1576792. OLE color: 1576792.

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

Color convert

RGB 88 15 24 -
CMYK 0 0.83 0.73 0.65
HSL 352.6º 0.71% 0.2% -
HSV(B) 352.6º 0.83% 0.35% -
XYZ 4.36 2.48 1.11 -
YUV 37.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 88 15 24 0 0.83 0.73 0.65 352.6 0.71 0.2
Hex 58 F 18 0 53 49 41 161 47 14
Octal 130 17 30 0 123 111 101 541 107 24
Binary 1011000 1111 11000 0 1010011 1001001 1000001 101100001 1000111 10100

Color Harmonies of #580F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F18

Black with #580F18

Text Example


Text Example

White with #580F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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