Html Css Color HEX #570015 Bordeaux

📋 copy color: '#570015'

red 87 ◦ green 0 ◦ blue 21

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

Shades of Bordeaux #570015

Tints of Bordeaux #570015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.56%
G = 0%
B = 19.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#570015 (or 0x570015) is known color: Bordeaux. HEX triplet: 57, 00 and 15. RGB value is (87,0,21). Sum of RGB (Red+Green+Blue) = 87+0+21=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570015 is #A8FFEA. Grayscale: #1C1C1C. Windows color (decimal): -11075563 or 1376343. OLE color: 1376343.

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

Color convert

RGB 87 0 21 -
CMYK 0 1 0.76 0.66
HSL 345.52º 1% 0.17% -
HSV(B) 345.52º 1% 0.34% -
XYZ 4.07 2.08 0.9 -
YUV 28.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 87 0 21 0 1 0.76 0.66 345.52 1 0.17
Hex 57 0 15 0 64 4C 42 15A 64 11
Octal 127 0 25 0 144 114 102 532 144 21
Binary 1010111 0 10101 0 1100100 1001100 1000010 101011010 1100100 10001

Color Harmonies of #570015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570015

Black with #570015

Text Example


Text Example

White with #570015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570015; }

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

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

background-color css

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

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

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

border-color css

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

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

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