Html Css Color HEX #58020F Bordeaux

📋 copy color: '#58020F'

red 88 ◦ green 2 ◦ blue 15

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

Shades of Bordeaux #58020F

Tints of Bordeaux #58020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 83.81%
G = 1.9%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58020F (or 0x58020F) is known color: Bordeaux. HEX triplet: 58, 02 and 0F. RGB value is (88,2,15). Sum of RGB (Red+Green+Blue) = 88+2+15=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #58020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020F is #A7FDF0. Grayscale: #1D1D1D. Windows color (decimal): -11009521 or 983640. OLE color: 983640.

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

Color convert

RGB 88 2 15 -
CMYK 0 0.98 0.83 0.65
HSL 350.93º 0.96% 0.18% -
HSV(B) 350.93º 0.98% 0.35% -
XYZ 4.13 2.15 0.65 -
YUV 29.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 88 2 15 0 0.98 0.83 0.65 350.93 0.96 0.18
Hex 58 2 F 0 62 53 41 15F 60 12
Octal 130 2 17 0 142 123 101 537 140 22
Binary 1011000 10 1111 0 1100010 1010011 1000001 101011111 1100000 10010

Color Harmonies of #58020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58020F

Black with #58020F

Text Example


Text Example

White with #58020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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