Html Css Color HEX #570315 Bordeaux

📋 copy color: '#570315'

red 87 ◦ green 3 ◦ blue 21

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

Shades of Bordeaux #570315

Tints of Bordeaux #570315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.7%

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

R = 78.38%
G = 2.7%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#570315 (or 0x570315) is known color: Bordeaux. HEX triplet: 57, 03 and 15. RGB value is (87,3,21). Sum of RGB (Red+Green+Blue) = 87+3+21=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #570315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570315 is #A8FCEA. Grayscale: #1E1E1E. Windows color (decimal): -11074795 or 1377111. OLE color: 1377111.

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

Color convert

RGB 87 3 21 -
CMYK 0 0.97 0.76 0.66
HSL 347.14º 0.93% 0.18% -
HSV(B) 347.14º 0.97% 0.34% -
XYZ 4.1 2.15 0.91 -
YUV 30.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 87 3 21 0 0.97 0.76 0.66 347.14 0.93 0.18
Hex 57 3 15 0 61 4C 42 15B 5D 12
Octal 127 3 25 0 141 114 102 533 135 22
Binary 1010111 11 10101 0 1100001 1001100 1000010 101011011 1011101 10010

Color Harmonies of #570315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570315

Black with #570315

Text Example


Text Example

White with #570315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570315; }

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

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

background-color css

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

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

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

border-color css

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

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

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