Html Css Color HEX #570E23 Bordeaux

📋 copy color: '#570E23'

red 87 ◦ green 14 ◦ blue 35

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

Shades of Bordeaux #570E23

Tints of Bordeaux #570E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.74%

R = 63.97%
G = 10.29%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#570E23 (or 0x570E23) is known color: Bordeaux. HEX triplet: 57, 0E and 23. RGB value is (87,14,35). Sum of RGB (Red+Green+Blue) = 87+14+35=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #570E23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E23 is #A8F1DC. Grayscale: #262626. Windows color (decimal): -11071965 or 2297431. OLE color: 2297431.

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

Color convert

RGB 87 14 35 -
CMYK 0 0.84 0.60 0.66
HSL 342.74º 0.72% 0.2% -
HSV(B) 342.74º 0.84% 0.34% -
XYZ 4.39 2.46 1.83 -
YUV 38.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 87 14 35 0 0.84 0.60 0.66 342.74 0.72 0.2
Hex 57 E 23 0 54 3C 42 157 48 14
Octal 127 16 43 0 124 74 102 527 110 24
Binary 1010111 1110 100011 0 1010100 111100 1000010 101010111 1001000 10100

Color Harmonies of #570E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E23

Black with #570E23

Text Example


Text Example

White with #570E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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