Html Css Color HEX #580412 Bordeaux

📋 copy color: '#580412'

red 88 ◦ green 4 ◦ blue 18

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

Shades of Bordeaux #580412

Tints of Bordeaux #580412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 80%
G = 3.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#580412 (or 0x580412) is known color: Bordeaux. HEX triplet: 58, 04 and 12. RGB value is (88,4,18). Sum of RGB (Red+Green+Blue) = 88+4+18=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #580412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580412 is #A7FBED. Grayscale: #1E1E1E. Windows color (decimal): -11009006 or 1180760. OLE color: 1180760.

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

Color convert

RGB 88 4 18 -
CMYK 0 0.95 0.80 0.65
HSL 350º 0.91% 0.18% -
HSV(B) 350º 0.95% 0.35% -
XYZ 4.18 2.21 0.78 -
YUV 30.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 88 4 18 0 0.95 0.80 0.65 350 0.91 0.18
Hex 58 4 12 0 5F 50 41 15E 5B 12
Octal 130 4 22 0 137 120 101 536 133 22
Binary 1011000 100 10010 0 1011111 1010000 1000001 101011110 1011011 10010

Color Harmonies of #580412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580412

Black with #580412

Text Example


Text Example

White with #580412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580412; }

 p { color: rgb(88,4,18); }

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

background-color css

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

 a { background-color: rgb(88,4,18); }

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

border-color css

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

 span { border-color: rgb(88,4,18); }

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