Html Css Color HEX #570017 Bordeaux

📋 copy color: '#570017'

red 87 ◦ green 0 ◦ blue 23

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

Shades of Bordeaux #570017

Tints of Bordeaux #570017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.91%

R = 79.09%
G = 0%
B = 20.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#570017 (or 0x570017) is known color: Bordeaux. HEX triplet: 57, 00 and 17. RGB value is (87,0,23). Sum of RGB (Red+Green+Blue) = 87+0+23=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570017 is #A8FFE8. Grayscale: #1C1C1C. Windows color (decimal): -11075561 or 1507415. OLE color: 1507415.

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

Color convert

RGB 87 0 23 -
CMYK 0 1 0.74 0.66
HSL 344.14º 1% 0.17% -
HSV(B) 344.14º 1% 0.34% -
XYZ 4.09 2.09 1 -
YUV 28.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 87 0 23 0 1 0.74 0.66 344.14 1 0.17
Hex 57 0 17 0 64 4A 42 158 64 11
Octal 127 0 27 0 144 112 102 530 144 21
Binary 1010111 0 10111 0 1100100 1001010 1000010 101011000 1100100 10001

Color Harmonies of #570017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570017

Black with #570017

Text Example


Text Example

White with #570017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570017; }

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

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

background-color css

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

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

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

border-color css

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

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

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