Html Css Color HEX #58020C Bordeaux

📋 copy color: '#58020C'

red 88 ◦ green 2 ◦ blue 12

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

Shades of Bordeaux #58020C

Tints of Bordeaux #58020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

 BLUE value IS 12 (5.08% from 255) = 11.76%

R = 86.27%
G = 1.96%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58020C (or 0x58020C) is known color: Bordeaux. HEX triplet: 58, 02 and 0C. RGB value is (88,2,12). Sum of RGB (Red+Green+Blue) = 88+2+12=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #58020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020C is #A7FDF3. Grayscale: #1C1C1C. Windows color (decimal): -11009524 or 787032. OLE color: 787032.

HSL color Cylindrical-coordinate representation of color #58020C: hue angle of 353.02º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58020C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 12 -
CMYK 0 0.98 0.86 0.65
HSL 353.02º 0.96% 0.18% -
HSV(B) 353.02º 0.98% 0.35% -
XYZ 4.11 2.14 0.55 -
YUV 28.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 88 2 12 0 0.98 0.86 0.65 353.02 0.96 0.18
Hex 58 2 C 0 62 56 41 161 60 12
Octal 130 2 14 0 142 126 101 541 140 22
Binary 1011000 10 1100 0 1100010 1010110 1000001 101100001 1100000 10010

Color Harmonies of #58020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58020C

Black with #58020C

Text Example


Text Example

White with #58020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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