Html Css Color HEX #71536F Salt Box

📋 copy color: '#71536F'

red 113 ◦ green 83 ◦ blue 111

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

Shades of Salt Box #71536F

Tints of Salt Box #71536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 36.81%
G = 27.04%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71536F (or 0x71536F) is known color: Salt Box. HEX triplet: 71, 53 and 6F. RGB value is (113,83,111). Sum of RGB (Red+Green+Blue) = 113+83+111=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #71536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71536F is #8EAC90. Grayscale: #5F5F5F. Windows color (decimal): -9350289 or 7295857. OLE color: 7295857.

HSL color Cylindrical-coordinate representation of color #71536F: hue angle of 304º 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 #71536F is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 111 -
CMYK 0 0.27 0.02 0.56
HSL 304º 0.15% 0.38% -
HSV(B) 304º 0.27% 0.44% -
XYZ 12.77 10.84 16.46 -
YUV 95.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 113 83 111 0 0.27 0.02 0.56 304 0.15 0.38
Hex 71 53 6F 0 1B 2 38 130 F 26
Octal 161 123 157 0 33 2 70 460 17 46
Binary 1110001 1010011 1101111 0 11011 10 111000 100110000 1111 100110

Color Harmonies of #71536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71536F

Black with #71536F

Text Example


Text Example

White with #71536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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