Html Css Color HEX #58020D Bordeaux

📋 copy color: '#58020D'

red 88 ◦ green 2 ◦ blue 13

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

Shades of Bordeaux #58020D

Tints of Bordeaux #58020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.62%

R = 85.44%
G = 1.94%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58020D (or 0x58020D) is known color: Bordeaux. HEX triplet: 58, 02 and 0D. RGB value is (88,2,13). Sum of RGB (Red+Green+Blue) = 88+2+13=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #58020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020D is #A7FDF2. Grayscale: #1D1D1D. Windows color (decimal): -11009523 or 852568. OLE color: 852568.

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

Color convert

RGB 88 2 13 -
CMYK 0 0.98 0.85 0.65
HSL 352.33º 0.96% 0.18% -
HSV(B) 352.33º 0.98% 0.35% -
XYZ 4.12 2.15 0.58 -
YUV 28.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 88 2 13 0 0.98 0.85 0.65 352.33 0.96 0.18
Hex 58 2 D 0 62 55 41 160 60 12
Octal 130 2 15 0 142 125 101 540 140 22
Binary 1011000 10 1101 0 1100010 1010101 1000001 101100000 1100000 10010

Color Harmonies of #58020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58020D

Black with #58020D

Text Example


Text Example

White with #58020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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