Html Css Color HEX #580215 Bordeaux

📋 copy color: '#580215'

red 88 ◦ green 2 ◦ blue 21

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

Shades of Bordeaux #580215

Tints of Bordeaux #580215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.92%

R = 79.28%
G = 1.8%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#580215 (or 0x580215) is known color: Bordeaux. HEX triplet: 58, 02 and 15. RGB value is (88,2,21). Sum of RGB (Red+Green+Blue) = 88+2+21=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580215 is #A7FDEA. Grayscale: #1D1D1D. Windows color (decimal): -11009515 or 1376856. OLE color: 1376856.

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

Color convert

RGB 88 2 21 -
CMYK 0 0.98 0.76 0.65
HSL 346.74º 0.96% 0.18% -
HSV(B) 346.74º 0.98% 0.35% -
XYZ 4.18 2.17 0.91 -
YUV 29.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 88 2 21 0 0.98 0.76 0.65 346.74 0.96 0.18
Hex 58 2 15 0 62 4C 41 15B 60 12
Octal 130 2 25 0 142 114 101 533 140 22
Binary 1011000 10 10101 0 1100010 1001100 1000001 101011011 1100000 10010

Color Harmonies of #580215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580215

Black with #580215

Text Example


Text Example

White with #580215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580215; }

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

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

background-color css

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

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

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

border-color css

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

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

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