Html Css Color HEX #570510 Bordeaux

📋 copy color: '#570510'

red 87 ◦ green 5 ◦ blue 16

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

Shades of Bordeaux #570510

Tints of Bordeaux #570510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.81%

R = 80.56%
G = 4.63%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#570510 (or 0x570510) is known color: Bordeaux. HEX triplet: 57, 05 and 10. RGB value is (87,5,16). Sum of RGB (Red+Green+Blue) = 87+5+16=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570510 is #A8FAEF. Grayscale: #1E1E1E. Windows color (decimal): -11074288 or 1049943. OLE color: 1049943.

HSL color Cylindrical-coordinate representation of color #570510: hue angle of 351.95º 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 #570510 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 16 -
CMYK 0 0.94 0.82 0.66
HSL 351.95º 0.89% 0.18% -
HSV(B) 351.95º 0.94% 0.34% -
XYZ 4.08 2.17 0.69 -
YUV 30.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 87 5 16 0 0.94 0.82 0.66 351.95 0.89 0.18
Hex 57 5 10 0 5E 52 42 160 59 12
Octal 127 5 20 0 136 122 102 540 131 22
Binary 1010111 101 10000 0 1011110 1010010 1000010 101100000 1011001 10010

Color Harmonies of #570510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570510

Black with #570510

Text Example


Text Example

White with #570510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570510; }

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

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

background-color css

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

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

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

border-color css

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

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

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