Html Css Color HEX #58050C Bordeaux

📋 copy color: '#58050C'

red 88 ◦ green 5 ◦ blue 12

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

Shades of Bordeaux #58050C

Tints of Bordeaux #58050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.76%

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

R = 83.81%
G = 4.76%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58050C (or 0x58050C) is known color: Bordeaux. HEX triplet: 58, 05 and 0C. RGB value is (88,5,12). Sum of RGB (Red+Green+Blue) = 88+5+12=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #58050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58050C is #A7FAF3. Grayscale: #1E1E1E. Windows color (decimal): -11008756 or 787800. OLE color: 787800.

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

Color convert

RGB 88 5 12 -
CMYK 0 0.94 0.86 0.65
HSL 354.94º 0.89% 0.18% -
HSV(B) 354.94º 0.94% 0.35% -
XYZ 4.15 2.21 0.56 -
YUV 30.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 88 5 12 0 0.94 0.86 0.65 354.94 0.89 0.18
Hex 58 5 C 0 5E 56 41 163 59 12
Octal 130 5 14 0 136 126 101 543 131 22
Binary 1011000 101 1100 0 1011110 1010110 1000001 101100011 1011001 10010

Color Harmonies of #58050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58050C

Black with #58050C

Text Example


Text Example

White with #58050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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