Html Css Color HEX #580C16 Bordeaux

📋 copy color: '#580C16'

red 88 ◦ green 12 ◦ blue 22

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

Shades of Bordeaux #580C16

Tints of Bordeaux #580C16

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.84%

 BLUE value IS 22 (8.98% from 255) = 18.03%

R = 72.13%
G = 9.84%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#580C16 (or 0x580C16) is known color: Bordeaux. HEX triplet: 58, 0C and 16. RGB value is (88,12,22). Sum of RGB (Red+Green+Blue) = 88+12+22=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C16 is #A7F3E9. Grayscale: #232323. Windows color (decimal): -11006954 or 1444952. OLE color: 1444952.

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

Color convert

RGB 88 12 22 -
CMYK 0 0.86 0.75 0.65
HSL 352.11º 0.76% 0.2% -
HSV(B) 352.11º 0.86% 0.35% -
XYZ 4.3 2.4 0.99 -
YUV 35.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 88 12 22 0 0.86 0.75 0.65 352.11 0.76 0.2
Hex 58 C 16 0 56 4B 41 160 4C 14
Octal 130 14 26 0 126 113 101 540 114 24
Binary 1011000 1100 10110 0 1010110 1001011 1000001 101100000 1001100 10100

Color Harmonies of #580C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C16

Black with #580C16

Text Example


Text Example

White with #580C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,12,22); }

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

background-color css

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

 a { background-color: rgb(88,12,22); }

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

border-color css

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

 span { border-color: rgb(88,12,22); }

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