Html Css Color HEX #57131D Bordeaux

📋 copy color: '#57131D'

red 87 ◦ green 19 ◦ blue 29

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

Shades of Bordeaux #57131D

Tints of Bordeaux #57131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.48%

R = 64.44%
G = 14.07%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#57131D (or 0x57131D) is known color: Bordeaux. HEX triplet: 57, 13 and 1D. RGB value is (87,19,29). Sum of RGB (Red+Green+Blue) = 87+19+29=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57131D is #A8ECE2. Grayscale: #282828. Windows color (decimal): -11070691 or 1905495. OLE color: 1905495.

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

Color convert

RGB 87 19 29 -
CMYK 0 0.78 0.67 0.66
HSL 351.18º 0.64% 0.21% -
HSV(B) 351.18º 0.78% 0.34% -
XYZ 4.39 2.58 1.43 -
YUV 40.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 87 19 29 0 0.78 0.67 0.66 351.18 0.64 0.21
Hex 57 13 1D 0 4E 43 42 15F 40 15
Octal 127 23 35 0 116 103 102 537 100 25
Binary 1010111 10011 11101 0 1001110 1000011 1000010 101011111 1000000 10101

Color Harmonies of #57131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57131D

Black with #57131D

Text Example


Text Example

White with #57131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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