Html Css Color HEX #570517 Bordeaux

📋 copy color: '#570517'

red 87 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #570517

Tints of Bordeaux #570517

RGB

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

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

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

R = 75.65%
G = 4.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#570517 (or 0x570517) is known color: Bordeaux. HEX triplet: 57, 05 and 17. RGB value is (87,5,23). Sum of RGB (Red+Green+Blue) = 87+5+23=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #570517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570517 is #A8FAE8. Grayscale: #1F1F1F. Windows color (decimal): -11074281 or 1508695. OLE color: 1508695.

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

Color convert

RGB 87 5 23 -
CMYK 0 0.94 0.74 0.66
HSL 346.83º 0.89% 0.18% -
HSV(B) 346.83º 0.94% 0.34% -
XYZ 4.14 2.2 1.02 -
YUV 31.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 87 5 23 0 0.94 0.74 0.66 346.83 0.89 0.18
Hex 57 5 17 0 5E 4A 42 15B 59 12
Octal 127 5 27 0 136 112 102 533 131 22
Binary 1010111 101 10111 0 1011110 1001010 1000010 101011011 1011001 10010

Color Harmonies of #570517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570517

Black with #570517

Text Example


Text Example

White with #570517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570517; }

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

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

background-color css

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

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

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

border-color css

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

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

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