Html Css Color HEX #570724 Bordeaux

📋 copy color: '#570724'

red 87 ◦ green 7 ◦ blue 36

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

Shades of Bordeaux #570724

Tints of Bordeaux #570724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.38%

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

R = 66.92%
G = 5.38%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#570724 (or 0x570724) is known color: Bordeaux. HEX triplet: 57, 07 and 24. RGB value is (87,7,36). Sum of RGB (Red+Green+Blue) = 87+7+36=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #570724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570724 is #A8F8DB. Grayscale: #222222. Windows color (decimal): -11073756 or 2361175. OLE color: 2361175.

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

Color convert

RGB 87 7 36 -
CMYK 0 0.92 0.59 0.66
HSL 338.25º 0.85% 0.18% -
HSV(B) 338.25º 0.92% 0.34% -
XYZ 4.32 2.31 1.89 -
YUV 34.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 87 7 36 0 0.92 0.59 0.66 338.25 0.85 0.18
Hex 57 7 24 0 5C 3B 42 152 55 12
Octal 127 7 44 0 134 73 102 522 125 22
Binary 1010111 111 100100 0 1011100 111011 1000010 101010010 1010101 10010

Color Harmonies of #570724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570724

Black with #570724

Text Example


Text Example

White with #570724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570724; }

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

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

background-color css

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

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

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

border-color css

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

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

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