Html Css Color HEX #570E20 Bordeaux

📋 copy color: '#570E20'

red 87 ◦ green 14 ◦ blue 32

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

Shades of Bordeaux #570E20

Tints of Bordeaux #570E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.53%

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 65.41%
G = 10.53%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#570E20 (or 0x570E20) is known color: Bordeaux. HEX triplet: 57, 0E and 20. RGB value is (87,14,32). Sum of RGB (Red+Green+Blue) = 87+14+32=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #570E20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E20 is #A8F1DF. Grayscale: #252525. Windows color (decimal): -11071968 or 2100823. OLE color: 2100823.

HSL color Cylindrical-coordinate representation of color #570E20: hue angle of 345.21º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E20 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 14 32 -
CMYK 0 0.84 0.63 0.66
HSL 345.21º 0.72% 0.2% -
HSV(B) 345.21º 0.84% 0.34% -
XYZ 4.35 2.44 1.61 -
YUV 37.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 87 14 32 0 0.84 0.63 0.66 345.21 0.72 0.2
Hex 57 E 20 0 54 3F 42 159 48 14
Octal 127 16 40 0 124 77 102 531 110 24
Binary 1010111 1110 100000 0 1010100 111111 1000010 101011001 1001000 10100

Color Harmonies of #570E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E20

Black with #570E20

Text Example


Text Example

White with #570E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570E20; }

 p { color: rgb(87,14,32); }

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

background-color css

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

 a { background-color: rgb(87,14,32); }

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

border-color css

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

 span { border-color: rgb(87,14,32); }

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