Html Css Color HEX #71536E Salt Box

📋 copy color: '#71536E'

red 113 ◦ green 83 ◦ blue 110

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

Shades of Salt Box #71536E

Tints of Salt Box #71536E

RGB

 RED value IS 113 (44.53% from 255) = 36.93%

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 36.93%
G = 27.12%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71536E (or 0x71536E) is known color: Salt Box. HEX triplet: 71, 53 and 6E. RGB value is (113,83,110). Sum of RGB (Red+Green+Blue) = 113+83+110=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #71536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71536E is #8EAC91. Grayscale: #5E5E5E. Windows color (decimal): -9350290 or 7230321. OLE color: 7230321.

HSL color Cylindrical-coordinate representation of color #71536E: hue angle of 306º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71536E is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 110 -
CMYK 0 0.27 0.03 0.56
HSL 306º 0.15% 0.38% -
HSV(B) 306º 0.27% 0.44% -
XYZ 12.72 10.82 16.17 -
YUV 95.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 113 83 110 0 0.27 0.03 0.56 306 0.15 0.38
Hex 71 53 6E 0 1B 3 38 132 F 26
Octal 161 123 156 0 33 3 70 462 17 46
Binary 1110001 1010011 1101110 0 11011 11 111000 100110010 1111 100110

Color Harmonies of #71536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71536E

Black with #71536E

Text Example


Text Example

White with #71536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71536E; }

 p { color: rgb(113,83,110); }

 H1.HeaderClassName
 {
   color: #71536E;
 }
 .AnyTagClassName
 {
   color: #71536E;
 }
</style>

background-color css

<style>
 a { background-color: #71536E; }

 a { background-color: rgb(113,83,110); }

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

border-color css

<style>
 span { border-color: #71536E; }

 span { border-color: rgb(113,83,110); }

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