Html Css Color HEX #580F17 Bordeaux

📋 copy color: '#580F17'

red 88 ◦ green 15 ◦ blue 23

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

Shades of Bordeaux #580F17

Tints of Bordeaux #580F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.25%

R = 69.84%
G = 11.9%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#580F17 (or 0x580F17) is known color: Bordeaux. HEX triplet: 58, 0F and 17. RGB value is (88,15,23). Sum of RGB (Red+Green+Blue) = 88+15+23=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F17 is #A7F0E8. Grayscale: #252525. Windows color (decimal): -11006185 or 1511256. OLE color: 1511256.

HSL color Cylindrical-coordinate representation of color #580F17: hue angle of 353.42º 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 #580F17 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 15 23 -
CMYK 0 0.83 0.74 0.65
HSL 353.42º 0.71% 0.2% -
HSV(B) 353.42º 0.83% 0.35% -
XYZ 4.35 2.48 1.06 -
YUV 37.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 88 15 23 0 0.83 0.74 0.65 353.42 0.71 0.2
Hex 58 F 17 0 53 4A 41 161 47 14
Octal 130 17 27 0 123 112 101 541 107 24
Binary 1011000 1111 10111 0 1010011 1001010 1000001 101100001 1000111 10100

Color Harmonies of #580F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F17

Black with #580F17

Text Example


Text Example

White with #580F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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