Html Css Color HEX #570A15 Bordeaux

📋 copy color: '#570A15'

red 87 ◦ green 10 ◦ blue 21

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

Shades of Bordeaux #570A15

Tints of Bordeaux #570A15

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.47%

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

R = 73.73%
G = 8.47%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#570A15 (or 0x570A15) is known color: Bordeaux. HEX triplet: 57, 0A and 15. RGB value is (87,10,21). Sum of RGB (Red+Green+Blue) = 87+10+21=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #570A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A15 is #A8F5EA. Grayscale: #222222. Windows color (decimal): -11073003 or 1378903. OLE color: 1378903.

HSL color Cylindrical-coordinate representation of color #570A15: hue angle of 351.43º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A15 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 10 21 -
CMYK 0 0.89 0.76 0.66
HSL 351.43º 0.79% 0.19% -
HSV(B) 351.43º 0.89% 0.34% -
XYZ 4.17 2.3 0.93 -
YUV 34.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 87 10 21 0 0.89 0.76 0.66 351.43 0.79 0.19
Hex 57 A 15 0 59 4C 42 15F 4F 13
Octal 127 12 25 0 131 114 102 537 117 23
Binary 1010111 1010 10101 0 1011001 1001100 1000010 101011111 1001111 10011

Color Harmonies of #570A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A15

Black with #570A15

Text Example


Text Example

White with #570A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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