Html Css Color HEX #57131B Bordeaux

📋 copy color: '#57131B'

red 87 ◦ green 19 ◦ blue 27

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

Shades of Bordeaux #57131B

Tints of Bordeaux #57131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 65.41%
G = 14.29%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57131B (or 0x57131B) is known color: Bordeaux. HEX triplet: 57, 13 and 1B. RGB value is (87,19,27). Sum of RGB (Red+Green+Blue) = 87+19+27=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57131B is #A8ECE4. Grayscale: #282828. Windows color (decimal): -11070693 or 1774423. OLE color: 1774423.

HSL color Cylindrical-coordinate representation of color #57131B: hue angle of 352.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 #57131B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 27 -
CMYK 0 0.78 0.69 0.66
HSL 352.94º 0.64% 0.21% -
HSV(B) 352.94º 0.78% 0.34% -
XYZ 4.36 2.57 1.3 -
YUV 40.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 87 19 27 0 0.78 0.69 0.66 352.94 0.64 0.21
Hex 57 13 1B 0 4E 45 42 161 40 15
Octal 127 23 33 0 116 105 102 541 100 25
Binary 1010111 10011 11011 0 1001110 1000101 1000010 101100001 1000000 10101

Color Harmonies of #57131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57131B

Black with #57131B

Text Example


Text Example

White with #57131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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