Html Css Color HEX #570115 Bordeaux

📋 copy color: '#570115'

red 87 ◦ green 1 ◦ blue 21

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

Shades of Bordeaux #570115

Tints of Bordeaux #570115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 79.82%
G = 0.92%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#570115 (or 0x570115) is known color: Bordeaux. HEX triplet: 57, 01 and 15. RGB value is (87,1,21). Sum of RGB (Red+Green+Blue) = 87+1+21=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570115 is #A8FEEA. Grayscale: #1C1C1C. Windows color (decimal): -11075307 or 1376599. OLE color: 1376599.

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

Color convert

RGB 87 1 21 -
CMYK 0 0.99 0.76 0.66
HSL 346.05º 0.98% 0.17% -
HSV(B) 346.05º 0.99% 0.34% -
XYZ 4.08 2.1 0.9 -
YUV 28.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 87 1 21 0 0.99 0.76 0.66 346.05 0.98 0.17
Hex 57 1 15 0 63 4C 42 15A 62 11
Octal 127 1 25 0 143 114 102 532 142 21
Binary 1010111 1 10101 0 1100011 1001100 1000010 101011010 1100010 10001

Color Harmonies of #570115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570115

Black with #570115

Text Example


Text Example

White with #570115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570115; }

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

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

background-color css

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

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

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

border-color css

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

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

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