Html Css Color HEX #57121D Bordeaux

📋 copy color: '#57121D'

red 87 ◦ green 18 ◦ blue 29

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

Shades of Bordeaux #57121D

Tints of Bordeaux #57121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

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

R = 64.93%
G = 13.43%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#57121D (or 0x57121D) is known color: Bordeaux. HEX triplet: 57, 12 and 1D. RGB value is (87,18,29). Sum of RGB (Red+Green+Blue) = 87+18+29=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57121D is #A8EDE2. Grayscale: #272727. Windows color (decimal): -11070947 or 1905239. OLE color: 1905239.

HSL color Cylindrical-coordinate representation of color #57121D: hue angle of 350.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57121D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 29 -
CMYK 0 0.79 0.67 0.66
HSL 350.43º 0.66% 0.21% -
HSV(B) 350.43º 0.79% 0.34% -
XYZ 4.37 2.55 1.42 -
YUV 39.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 87 18 29 0 0.79 0.67 0.66 350.43 0.66 0.21
Hex 57 12 1D 0 4F 43 42 15E 42 15
Octal 127 22 35 0 117 103 102 536 102 25
Binary 1010111 10010 11101 0 1001111 1000011 1000010 101011110 1000010 10101

Color Harmonies of #57121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57121D

Black with #57121D

Text Example


Text Example

White with #57121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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