Html Css Color HEX #58021F Bordeaux

📋 copy color: '#58021F'

red 88 ◦ green 2 ◦ blue 31

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

Shades of Bordeaux #58021F

Tints of Bordeaux #58021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 72.73%
G = 1.65%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58021F (or 0x58021F) is known color: Bordeaux. HEX triplet: 58, 02 and 1F. RGB value is (88,2,31). Sum of RGB (Red+Green+Blue) = 88+2+31=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58021F is #A7FDE0. Grayscale: #1E1E1E. Windows color (decimal): -11009505 or 2032216. OLE color: 2032216.

HSL color Cylindrical-coordinate representation of color #58021F: hue angle of 339.77º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58021F is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 31 -
CMYK 0 0.98 0.65 0.65
HSL 339.77º 0.96% 0.18% -
HSV(B) 339.77º 0.98% 0.35% -
XYZ 4.29 2.22 1.5 -
YUV 31.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 88 2 31 0 0.98 0.65 0.65 339.77 0.96 0.18
Hex 58 2 1F 0 62 41 41 154 60 12
Octal 130 2 37 0 142 101 101 524 140 22
Binary 1011000 10 11111 0 1100010 1000001 1000001 101010100 1100000 10010

Color Harmonies of #58021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58021F

Black with #58021F

Text Example


Text Example

White with #58021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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