Html Css Color HEX #570E29 Bordeaux

📋 copy color: '#570E29'

red 87 ◦ green 14 ◦ blue 41

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

Shades of Bordeaux #570E29

Tints of Bordeaux #570E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.87%

R = 61.27%
G = 9.86%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#570E29 (or 0x570E29) is known color: Bordeaux. HEX triplet: 57, 0E and 29. RGB value is (87,14,41). Sum of RGB (Red+Green+Blue) = 87+14+41=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #570E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E29 is #A8F1D6. Grayscale: #262626. Windows color (decimal): -11071959 or 2690647. OLE color: 2690647.

HSL color Cylindrical-coordinate representation of color #570E29: hue angle of 337.81º 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 #570E29 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 14 41 -
CMYK 0 0.84 0.53 0.66
HSL 337.81º 0.72% 0.2% -
HSV(B) 337.81º 0.84% 0.34% -
XYZ 4.49 2.5 2.34 -
YUV 38.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 87 14 41 0 0.84 0.53 0.66 337.81 0.72 0.2
Hex 57 E 29 0 54 35 42 152 48 14
Octal 127 16 51 0 124 65 102 522 110 24
Binary 1010111 1110 101001 0 1010100 110101 1000010 101010010 1001000 10100

Color Harmonies of #570E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E29

Black with #570E29

Text Example


Text Example

White with #570E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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