Html Css Color HEX #58010C Bordeaux

📋 copy color: '#58010C'

red 88 ◦ green 1 ◦ blue 12

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

Shades of Bordeaux #58010C

Tints of Bordeaux #58010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

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

R = 87.13%
G = 0.99%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58010C (or 0x58010C) is known color: Bordeaux. HEX triplet: 58, 01 and 0C. RGB value is (88,1,12). Sum of RGB (Red+Green+Blue) = 88+1+12=101 (13% of max value = 765). Red value is 88 (34.77% from 255 or 87.13% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 88 - color contains mainly: red. Hex color #58010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58010C is #A7FEF3. Grayscale: #1C1C1C. Windows color (decimal): -11009780 or 786776. OLE color: 786776.

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

Color convert

RGB 88 1 12 -
CMYK 0 0.99 0.86 0.65
HSL 352.41º 0.98% 0.17% -
HSV(B) 352.41º 0.99% 0.35% -
XYZ 4.1 2.12 0.54 -
YUV 28.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 88 1 12 0 0.99 0.86 0.65 352.41 0.98 0.17
Hex 58 1 C 0 63 56 41 160 62 11
Octal 130 1 14 0 143 126 101 540 142 21
Binary 1011000 1 1100 0 1100011 1010110 1000001 101100000 1100010 10001

Color Harmonies of #58010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58010C

Black with #58010C

Text Example


Text Example

White with #58010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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