Html Css Color HEX #58011F Bordeaux

📋 copy color: '#58011F'

red 88 ◦ green 1 ◦ blue 31

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

Shades of Bordeaux #58011F

Tints of Bordeaux #58011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 73.33%
G = 0.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58011F (or 0x58011F) is known color: Bordeaux. HEX triplet: 58, 01 and 1F. RGB value is (88,1,31). Sum of RGB (Red+Green+Blue) = 88+1+31=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58011F is #A7FEE0. Grayscale: #1E1E1E. Windows color (decimal): -11009761 or 2031960. OLE color: 2031960.

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

Color convert

RGB 88 1 31 -
CMYK 0 0.99 0.65 0.65
HSL 339.31º 0.98% 0.17% -
HSV(B) 339.31º 0.99% 0.35% -
XYZ 4.28 2.2 1.49 -
YUV 30.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 88 1 31 0 0.99 0.65 0.65 339.31 0.98 0.17
Hex 58 1 1F 0 63 41 41 153 62 11
Octal 130 1 37 0 143 101 101 523 142 21
Binary 1011000 1 11111 0 1100011 1000001 1000001 101010011 1100010 10001

Color Harmonies of #58011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58011F

Black with #58011F

Text Example


Text Example

White with #58011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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