Html Css Color HEX #570322 Bordeaux

📋 copy color: '#570322'

red 87 ◦ green 3 ◦ blue 34

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

Shades of Bordeaux #570322

Tints of Bordeaux #570322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 70.16%
G = 2.42%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#570322 (or 0x570322) is known color: Bordeaux. HEX triplet: 57, 03 and 22. RGB value is (87,3,34). Sum of RGB (Red+Green+Blue) = 87+3+34=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570322 is #A8FCDD. Grayscale: #1F1F1F. Windows color (decimal): -11074782 or 2229079. OLE color: 2229079.

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

Color convert

RGB 87 3 34 -
CMYK 0 0.97 0.61 0.66
HSL 337.86º 0.93% 0.18% -
HSV(B) 337.86º 0.97% 0.34% -
XYZ 4.25 2.21 1.72 -
YUV 31.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 87 3 34 0 0.97 0.61 0.66 337.86 0.93 0.18
Hex 57 3 22 0 61 3D 42 152 5D 12
Octal 127 3 42 0 141 75 102 522 135 22
Binary 1010111 11 100010 0 1100001 111101 1000010 101010010 1011101 10010

Color Harmonies of #570322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570322

Black with #570322

Text Example


Text Example

White with #570322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570322; }

 p { color: rgb(87,3,34); }

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

background-color css

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

 a { background-color: rgb(87,3,34); }

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

border-color css

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

 span { border-color: rgb(87,3,34); }

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