Html Css Color HEX #570010 Bordeaux

📋 copy color: '#570010'

red 87 ◦ green 0 ◦ blue 16

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

Shades of Bordeaux #570010

Tints of Bordeaux #570010

RGB

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

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

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

R = 84.47%
G = 0%
B = 15.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#570010 (or 0x570010) is known color: Bordeaux. HEX triplet: 57, 00 and 10. RGB value is (87,0,16). Sum of RGB (Red+Green+Blue) = 87+0+16=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #570010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570010 is #A8FFEF. Grayscale: #1B1B1B. Windows color (decimal): -11075568 or 1048663. OLE color: 1048663.

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

Color convert

RGB 87 0 16 -
CMYK 0 1 0.82 0.66
HSL 348.97º 1% 0.17% -
HSV(B) 348.97º 1% 0.34% -
XYZ 4.02 2.06 0.68 -
YUV 27.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 87 0 16 0 1 0.82 0.66 348.97 1 0.17
Hex 57 0 10 0 64 52 42 15D 64 11
Octal 127 0 20 0 144 122 102 535 144 21
Binary 1010111 0 10000 0 1100100 1010010 1000010 101011101 1100100 10001

Color Harmonies of #570010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570010

Black with #570010

Text Example


Text Example

White with #570010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570010; }

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

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

background-color css

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

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

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

border-color css

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

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

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