Html Css Color HEX #570215 Bordeaux

📋 copy color: '#570215'

red 87 ◦ green 2 ◦ blue 21

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

Shades of Bordeaux #570215

Tints of Bordeaux #570215

RGB

 RED value IS 87 (34.38% from 255) = 79.09%

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

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

R = 79.09%
G = 1.82%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#570215 (or 0x570215) is known color: Bordeaux. HEX triplet: 57, 02 and 15. RGB value is (87,2,21). Sum of RGB (Red+Green+Blue) = 87+2+21=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570215 is #A8FDEA. Grayscale: #1D1D1D. Windows color (decimal): -11075051 or 1376855. OLE color: 1376855.

HSL color Cylindrical-coordinate representation of color #570215: hue angle of 346.59º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570215 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 21 -
CMYK 0 0.98 0.76 0.66
HSL 346.59º 0.96% 0.17% -
HSV(B) 346.59º 0.98% 0.34% -
XYZ 4.09 2.12 0.9 -
YUV 29.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 87 2 21 0 0.98 0.76 0.66 346.59 0.96 0.17
Hex 57 2 15 0 62 4C 42 15B 60 11
Octal 127 2 25 0 142 114 102 533 140 21
Binary 1010111 10 10101 0 1100010 1001100 1000010 101011011 1100000 10001

Color Harmonies of #570215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570215

Black with #570215

Text Example


Text Example

White with #570215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570215; }

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

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

background-color css

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

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

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

border-color css

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

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

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