Html Css Color HEX #57122A Bordeaux

📋 copy color: '#57122A'

red 87 ◦ green 18 ◦ blue 42

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

Shades of Bordeaux #57122A

Tints of Bordeaux #57122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 59.18%
G = 12.24%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57122A (or 0x57122A) is known color: Bordeaux. HEX triplet: 57, 12 and 2A. RGB value is (87,18,42). Sum of RGB (Red+Green+Blue) = 87+18+42=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #57122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57122A is #A8EDD5. Grayscale: #292929. Windows color (decimal): -11070934 or 2757207. OLE color: 2757207.

HSL color Cylindrical-coordinate representation of color #57122A: hue angle of 339.13º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57122A is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 42 -
CMYK 0 0.79 0.52 0.66
HSL 339.13º 0.66% 0.21% -
HSV(B) 339.13º 0.79% 0.34% -
XYZ 4.56 2.63 2.46 -
YUV 41.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 87 18 42 0 0.79 0.52 0.66 339.13 0.66 0.21
Hex 57 12 2A 0 4F 34 42 153 42 15
Octal 127 22 52 0 117 64 102 523 102 25
Binary 1010111 10010 101010 0 1001111 110100 1000010 101010011 1000010 10101

Color Harmonies of #57122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57122A

Black with #57122A

Text Example


Text Example

White with #57122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57122A; }

 p { color: rgb(87,18,42); }

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

background-color css

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

 a { background-color: rgb(87,18,42); }

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

border-color css

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

 span { border-color: rgb(87,18,42); }

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