Html Css Color HEX #58020E Bordeaux

📋 copy color: '#58020E'

red 88 ◦ green 2 ◦ blue 14

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

Shades of Bordeaux #58020E

Tints of Bordeaux #58020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.46%

R = 84.62%
G = 1.92%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58020E (or 0x58020E) is known color: Bordeaux. HEX triplet: 58, 02 and 0E. RGB value is (88,2,14). Sum of RGB (Red+Green+Blue) = 88+2+14=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020E is #A7FDF1. Grayscale: #1D1D1D. Windows color (decimal): -11009522 or 918104. OLE color: 918104.

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

Color convert

RGB 88 2 14 -
CMYK 0 0.98 0.84 0.65
HSL 351.63º 0.96% 0.18% -
HSV(B) 351.63º 0.98% 0.35% -
XYZ 4.13 2.15 0.61 -
YUV 29.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 88 2 14 0 0.98 0.84 0.65 351.63 0.96 0.18
Hex 58 2 E 0 62 54 41 160 60 12
Octal 130 2 16 0 142 124 101 540 140 22
Binary 1011000 10 1110 0 1100010 1010100 1000001 101100000 1100000 10010

Color Harmonies of #58020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58020E

Black with #58020E

Text Example


Text Example

White with #58020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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