Html Css Color HEX #570012 Bordeaux

📋 copy color: '#570012'

red 87 ◦ green 0 ◦ blue 18

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

Shades of Bordeaux #570012

Tints of Bordeaux #570012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 82.86%
G = 0%
B = 17.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#570012 (or 0x570012) is known color: Bordeaux. HEX triplet: 57, 00 and 12. RGB value is (87,0,18). Sum of RGB (Red+Green+Blue) = 87+0+18=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #570012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570012 is #A8FFED. Grayscale: #1C1C1C. Windows color (decimal): -11075566 or 1179735. OLE color: 1179735.

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

Color convert

RGB 87 0 18 -
CMYK 0 1 0.79 0.66
HSL 347.59º 1% 0.17% -
HSV(B) 347.59º 1% 0.34% -
XYZ 4.04 2.07 0.76 -
YUV 28.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 87 0 18 0 1 0.79 0.66 347.59 1 0.17
Hex 57 0 12 0 64 4F 42 15C 64 11
Octal 127 0 22 0 144 117 102 534 144 21
Binary 1010111 0 10010 0 1100100 1001111 1000010 101011100 1100100 10001

Color Harmonies of #570012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570012

Black with #570012

Text Example


Text Example

White with #570012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570012; }

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

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

background-color css

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

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

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

border-color css

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

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

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