Html Css Color HEX #57192B Bordeaux

📋 copy color: '#57192B'

red 87 ◦ green 25 ◦ blue 43

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

Shades of Bordeaux #57192B

Tints of Bordeaux #57192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 56.13%
G = 16.13%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57192B (or 0x57192B) is known color: Bordeaux. HEX triplet: 57, 19 and 2B. RGB value is (87,25,43). Sum of RGB (Red+Green+Blue) = 87+25+43=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57192B is #A8E6D4. Grayscale: #2D2D2D. Windows color (decimal): -11069141 or 2824535. OLE color: 2824535.

HSL color Cylindrical-coordinate representation of color #57192B: hue angle of 342.58º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57192B is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 43 -
CMYK 0 0.71 0.51 0.66
HSL 342.58º 0.55% 0.22% -
HSV(B) 342.58º 0.71% 0.34% -
XYZ 4.71 2.9 2.6 -
YUV 45.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 87 25 43 0 0.71 0.51 0.66 342.58 0.55 0.22
Hex 57 19 2B 0 47 33 42 157 37 16
Octal 127 31 53 0 107 63 102 527 67 26
Binary 1010111 11001 101011 0 1000111 110011 1000010 101010111 110111 10110

Color Harmonies of #57192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57192B

Black with #57192B

Text Example


Text Example

White with #57192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57192B; }

 p { color: rgb(87,25,43); }

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

background-color css

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

 a { background-color: rgb(87,25,43); }

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

border-color css

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

 span { border-color: rgb(87,25,43); }

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