Html Css Color HEX #57142A Bordeaux

📋 copy color: '#57142A'

red 87 ◦ green 20 ◦ blue 42

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

Shades of Bordeaux #57142A

Tints of Bordeaux #57142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.42%

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

R = 58.39%
G = 13.42%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57142A (or 0x57142A) is known color: Bordeaux. HEX triplet: 57, 14 and 2A. RGB value is (87,20,42). Sum of RGB (Red+Green+Blue) = 87+20+42=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57142A is #A8EBD5. Grayscale: #2A2A2A. Windows color (decimal): -11070422 or 2757719. OLE color: 2757719.

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

Color convert

RGB 87 20 42 -
CMYK 0 0.77 0.52 0.66
HSL 340.3º 0.63% 0.21% -
HSV(B) 340.3º 0.77% 0.34% -
XYZ 4.6 2.69 2.47 -
YUV 42.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 87 20 42 0 0.77 0.52 0.66 340.3 0.63 0.21
Hex 57 14 2A 0 4D 34 42 154 3F 15
Octal 127 24 52 0 115 64 102 524 77 25
Binary 1010111 10100 101010 0 1001101 110100 1000010 101010100 111111 10101

Color Harmonies of #57142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57142A

Black with #57142A

Text Example


Text Example

White with #57142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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