Html Css Color HEX #570515 Bordeaux

📋 copy color: '#570515'

red 87 ◦ green 5 ◦ blue 21

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

Shades of Bordeaux #570515

Tints of Bordeaux #570515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

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

R = 76.99%
G = 4.42%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#570515 (or 0x570515) is known color: Bordeaux. HEX triplet: 57, 05 and 15. RGB value is (87,5,21). Sum of RGB (Red+Green+Blue) = 87+5+21=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #570515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570515 is #A8FAEA. Grayscale: #1F1F1F. Windows color (decimal): -11074283 or 1377623. OLE color: 1377623.

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

Color convert

RGB 87 5 21 -
CMYK 0 0.94 0.76 0.66
HSL 348.29º 0.89% 0.18% -
HSV(B) 348.29º 0.94% 0.34% -
XYZ 4.12 2.19 0.91 -
YUV 31.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 87 5 21 0 0.94 0.76 0.66 348.29 0.89 0.18
Hex 57 5 15 0 5E 4C 42 15C 59 12
Octal 127 5 25 0 136 114 102 534 131 22
Binary 1010111 101 10101 0 1011110 1001100 1000010 101011100 1011001 10010

Color Harmonies of #570515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570515

Black with #570515

Text Example


Text Example

White with #570515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570515; }

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

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

background-color css

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

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

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

border-color css

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

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

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