Html Css Color HEX #580416 Bordeaux

📋 copy color: '#580416'

red 88 ◦ green 4 ◦ blue 22

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

Shades of Bordeaux #580416

Tints of Bordeaux #580416

RGB

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

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

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

R = 77.19%
G = 3.51%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#580416 (or 0x580416) is known color: Bordeaux. HEX triplet: 58, 04 and 16. RGB value is (88,4,22). Sum of RGB (Red+Green+Blue) = 88+4+22=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580416 is #A7FBE9. Grayscale: #1F1F1F. Windows color (decimal): -11009002 or 1442904. OLE color: 1442904.

HSL color Cylindrical-coordinate representation of color #580416: hue angle of 347.14º 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 #580416 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 4 22 -
CMYK 0 0.95 0.75 0.65
HSL 347.14º 0.91% 0.18% -
HSV(B) 347.14º 0.95% 0.35% -
XYZ 4.21 2.22 0.97 -
YUV 31.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 88 4 22 0 0.95 0.75 0.65 347.14 0.91 0.18
Hex 58 4 16 0 5F 4B 41 15B 5B 12
Octal 130 4 26 0 137 113 101 533 133 22
Binary 1011000 100 10110 0 1011111 1001011 1000001 101011011 1011011 10010

Color Harmonies of #580416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580416

Black with #580416

Text Example


Text Example

White with #580416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580416; }

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

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

background-color css

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

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

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

border-color css

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

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

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