Html Css Color HEX #570210 Bordeaux

📋 copy color: '#570210'

red 87 ◦ green 2 ◦ blue 16

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

Shades of Bordeaux #570210

Tints of Bordeaux #570210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.24%

R = 82.86%
G = 1.9%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#570210 (or 0x570210) is known color: Bordeaux. HEX triplet: 57, 02 and 10. RGB value is (87,2,16). Sum of RGB (Red+Green+Blue) = 87+2+16=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #570210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570210 is #A8FDEF. Grayscale: #1D1D1D. Windows color (decimal): -11075056 or 1049175. OLE color: 1049175.

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

Color convert

RGB 87 2 16 -
CMYK 0 0.98 0.82 0.66
HSL 350.12º 0.96% 0.17% -
HSV(B) 350.12º 0.98% 0.34% -
XYZ 4.05 2.11 0.68 -
YUV 29.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 87 2 16 0 0.98 0.82 0.66 350.12 0.96 0.17
Hex 57 2 10 0 62 52 42 15E 60 11
Octal 127 2 20 0 142 122 102 536 140 21
Binary 1010111 10 10000 0 1100010 1010010 1000010 101011110 1100000 10001

Color Harmonies of #570210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570210

Black with #570210

Text Example


Text Example

White with #570210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570210; }

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

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

background-color css

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

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

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

border-color css

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

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

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