Html Css Color HEX #57132C Bordeaux

📋 copy color: '#57132C'

red 87 ◦ green 19 ◦ blue 44

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

Shades of Bordeaux #57132C

Tints of Bordeaux #57132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 58%
G = 12.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57132C (or 0x57132C) is known color: Bordeaux. HEX triplet: 57, 13 and 2C. RGB value is (87,19,44). Sum of RGB (Red+Green+Blue) = 87+19+44=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57132C is #A8ECD3. Grayscale: #2A2A2A. Windows color (decimal): -11070676 or 2888535. OLE color: 2888535.

HSL color Cylindrical-coordinate representation of color #57132C: hue angle of 337.94º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57132C is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 44 -
CMYK 0 0.78 0.49 0.66
HSL 337.94º 0.64% 0.21% -
HSV(B) 337.94º 0.78% 0.34% -
XYZ 4.62 2.67 2.66 -
YUV 42.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 87 19 44 0 0.78 0.49 0.66 337.94 0.64 0.21
Hex 57 13 2C 0 4E 31 42 152 40 15
Octal 127 23 54 0 116 61 102 522 100 25
Binary 1010111 10011 101100 0 1001110 110001 1000010 101010010 1000000 10101

Color Harmonies of #57132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57132C

Black with #57132C

Text Example


Text Example

White with #57132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57132C; }

 p { color: rgb(87,19,44); }

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

background-color css

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

 a { background-color: rgb(87,19,44); }

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

border-color css

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

 span { border-color: rgb(87,19,44); }

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