Html Css Color HEX #58010B Bordeaux

📋 copy color: '#58010B'

red 88 ◦ green 1 ◦ blue 11

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

Shades of Bordeaux #58010B

Tints of Bordeaux #58010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11%

R = 88%
G = 1%
B = 11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#58010B (or 0x58010B) is known color: Bordeaux. HEX triplet: 58, 01 and 0B. RGB value is (88,1,11). Sum of RGB (Red+Green+Blue) = 88+1+11=100 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 88 - color contains mainly: red. Hex color #58010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58010B is #A7FEF4. Grayscale: #1C1C1C. Windows color (decimal): -11009781 or 721240. OLE color: 721240.

HSL color Cylindrical-coordinate representation of color #58010B: hue angle of 353.1º 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 #58010B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 11 -
CMYK 0 0.99 0.88 0.65
HSL 353.1º 0.98% 0.17% -
HSV(B) 353.1º 0.99% 0.35% -
XYZ 4.1 2.12 0.51 -
YUV 28.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 88 1 11 0 0.99 0.88 0.65 353.1 0.98 0.17
Hex 58 1 B 0 63 58 41 161 62 11
Octal 130 1 13 0 143 130 101 541 142 21
Binary 1011000 1 1011 0 1100011 1011000 1000001 101100001 1100010 10001

Color Harmonies of #58010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58010B

Black with #58010B

Text Example


Text Example

White with #58010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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