Html Css Color HEX #58011C Bordeaux

📋 copy color: '#58011C'

red 88 ◦ green 1 ◦ blue 28

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

Shades of Bordeaux #58011C

Tints of Bordeaux #58011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 75.21%
G = 0.85%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58011C (or 0x58011C) is known color: Bordeaux. HEX triplet: 58, 01 and 1C. RGB value is (88,1,28). Sum of RGB (Red+Green+Blue) = 88+1+28=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #58011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58011C is #A7FEE3. Grayscale: #1E1E1E. Windows color (decimal): -11009764 or 1835352. OLE color: 1835352.

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

Color convert

RGB 88 1 28 -
CMYK 0 0.99 0.68 0.65
HSL 341.38º 0.98% 0.17% -
HSV(B) 341.38º 0.99% 0.35% -
XYZ 4.24 2.18 1.3 -
YUV 30.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 88 1 28 0 0.99 0.68 0.65 341.38 0.98 0.17
Hex 58 1 1C 0 63 44 41 155 62 11
Octal 130 1 34 0 143 104 101 525 142 21
Binary 1011000 1 11100 0 1100011 1000100 1000001 101010101 1100010 10001

Color Harmonies of #58011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58011C

Black with #58011C

Text Example


Text Example

White with #58011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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