Html Css Color HEX #570424 Bordeaux

📋 copy color: '#570424'

red 87 ◦ green 4 ◦ blue 36

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

Shades of Bordeaux #570424

Tints of Bordeaux #570424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

 BLUE value IS 36 (14.45% from 255) = 28.35%

R = 68.5%
G = 3.15%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#570424 (or 0x570424) is known color: Bordeaux. HEX triplet: 57, 04 and 24. RGB value is (87,4,36). Sum of RGB (Red+Green+Blue) = 87+4+36=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570424 is #A8FBDB. Grayscale: #202020. Windows color (decimal): -11074524 or 2360407. OLE color: 2360407.

HSL color Cylindrical-coordinate representation of color #570424: hue angle of 336.87º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570424 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 4 36 -
CMYK 0 0.95 0.59 0.66
HSL 336.87º 0.91% 0.18% -
HSV(B) 336.87º 0.95% 0.34% -
XYZ 4.29 2.24 1.88 -
YUV 32.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 87 4 36 0 0.95 0.59 0.66 336.87 0.91 0.18
Hex 57 4 24 0 5F 3B 42 151 5B 12
Octal 127 4 44 0 137 73 102 521 133 22
Binary 1010111 100 100100 0 1011111 111011 1000010 101010001 1011011 10010

Color Harmonies of #570424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570424

Black with #570424

Text Example


Text Example

White with #570424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570424; }

 p { color: rgb(87,4,36); }

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

background-color css

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

 a { background-color: rgb(87,4,36); }

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

border-color css

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

 span { border-color: rgb(87,4,36); }

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