Html Css Color HEX #57111A Bordeaux

📋 copy color: '#57111A'

red 87 ◦ green 17 ◦ blue 26

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

Shades of Bordeaux #57111A

Tints of Bordeaux #57111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

 BLUE value IS 26 (10.55% from 255) = 20%

R = 66.92%
G = 13.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57111A (or 0x57111A) is known color: Bordeaux. HEX triplet: 57, 11 and 1A. RGB value is (87,17,26). Sum of RGB (Red+Green+Blue) = 87+17+26=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #57111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57111A is #A8EEE5. Grayscale: #262626. Windows color (decimal): -11071206 or 1708375. OLE color: 1708375.

HSL color Cylindrical-coordinate representation of color #57111A: hue angle of 352.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57111A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 26 -
CMYK 0 0.80 0.70 0.66
HSL 352.29º 0.67% 0.2% -
HSV(B) 352.29º 0.8% 0.34% -
XYZ 4.32 2.5 1.23 -
YUV 38.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 87 17 26 0 0.80 0.70 0.66 352.29 0.67 0.2
Hex 57 11 1A 0 50 46 42 160 43 14
Octal 127 21 32 0 120 106 102 540 103 24
Binary 1010111 10001 11010 0 1010000 1000110 1000010 101100000 1000011 10100

Color Harmonies of #57111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57111A

Black with #57111A

Text Example


Text Example

White with #57111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57111A; }

 p { color: rgb(87,17,26); }

 H1.HeaderClassName
 {
   color: #57111A;
 }
 .AnyTagClassName
 {
   color: #57111A;
 }
</style>

background-color css

<style>
 a { background-color: #57111A; }

 a { background-color: rgb(87,17,26); }

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

border-color css

<style>
 span { border-color: #57111A; }

 span { border-color: rgb(87,17,26); }

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