Html Css Color HEX #58021E Bordeaux

📋 copy color: '#58021E'

red 88 ◦ green 2 ◦ blue 30

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

Shades of Bordeaux #58021E

Tints of Bordeaux #58021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25%

R = 73.33%
G = 1.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58021E (or 0x58021E) is known color: Bordeaux. HEX triplet: 58, 02 and 1E. RGB value is (88,2,30). Sum of RGB (Red+Green+Blue) = 88+2+30=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58021E is #A7FDE1. Grayscale: #1E1E1E. Windows color (decimal): -11009506 or 1966680. OLE color: 1966680.

HSL color Cylindrical-coordinate representation of color #58021E: hue angle of 340.47º 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 #58021E is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 30 -
CMYK 0 0.98 0.66 0.65
HSL 340.47º 0.96% 0.18% -
HSV(B) 340.47º 0.98% 0.35% -
XYZ 4.28 2.21 1.43 -
YUV 30.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 88 2 30 0 0.98 0.66 0.65 340.47 0.96 0.18
Hex 58 2 1E 0 62 42 41 154 60 12
Octal 130 2 36 0 142 102 101 524 140 22
Binary 1011000 10 11110 0 1100010 1000010 1000001 101010100 1100000 10010

Color Harmonies of #58021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58021E

Black with #58021E

Text Example


Text Example

White with #58021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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