Html Css Color HEX #570217 Bordeaux

📋 copy color: '#570217'

red 87 ◦ green 2 ◦ blue 23

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

Shades of Bordeaux #570217

Tints of Bordeaux #570217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.79%

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

R = 77.68%
G = 1.79%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#570217 (or 0x570217) is known color: Bordeaux. HEX triplet: 57, 02 and 17. RGB value is (87,2,23). Sum of RGB (Red+Green+Blue) = 87+2+23=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570217 is #A8FDE8. Grayscale: #1D1D1D. Windows color (decimal): -11075049 or 1507927. OLE color: 1507927.

HSL color Cylindrical-coordinate representation of color #570217: hue angle of 345.18º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570217 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 23 -
CMYK 0 0.98 0.74 0.66
HSL 345.18º 0.96% 0.17% -
HSV(B) 345.18º 0.98% 0.34% -
XYZ 4.11 2.13 1.01 -
YUV 29.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 87 2 23 0 0.98 0.74 0.66 345.18 0.96 0.17
Hex 57 2 17 0 62 4A 42 159 60 11
Octal 127 2 27 0 142 112 102 531 140 21
Binary 1010111 10 10111 0 1100010 1001010 1000010 101011001 1100000 10001

Color Harmonies of #570217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570217

Black with #570217

Text Example


Text Example

White with #570217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570217; }

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

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

background-color css

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

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

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

border-color css

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

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

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