Html Css Color HEX #580413 Bordeaux

📋 copy color: '#580413'

red 88 ◦ green 4 ◦ blue 19

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

Shades of Bordeaux #580413

Tints of Bordeaux #580413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 79.28%
G = 3.6%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#580413 (or 0x580413) is known color: Bordeaux. HEX triplet: 58, 04 and 13. RGB value is (88,4,19). Sum of RGB (Red+Green+Blue) = 88+4+19=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580413 is #A7FBEC. Grayscale: #1E1E1E. Windows color (decimal): -11009005 or 1246296. OLE color: 1246296.

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

Color convert

RGB 88 4 19 -
CMYK 0 0.95 0.78 0.65
HSL 349.29º 0.91% 0.18% -
HSV(B) 349.29º 0.95% 0.35% -
XYZ 4.19 2.21 0.82 -
YUV 30.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 88 4 19 0 0.95 0.78 0.65 349.29 0.91 0.18
Hex 58 4 13 0 5F 4E 41 15D 5B 12
Octal 130 4 23 0 137 116 101 535 133 22
Binary 1011000 100 10011 0 1011111 1001110 1000001 101011101 1011011 10010

Color Harmonies of #580413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580413

Black with #580413

Text Example


Text Example

White with #580413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580413; }

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

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

background-color css

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

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

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

border-color css

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

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

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