Html Css Color HEX #71536A Salt Box

📋 copy color: '#71536A'

red 113 ◦ green 83 ◦ blue 106

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

Shades of Salt Box #71536A

Tints of Salt Box #71536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 37.42%
G = 27.48%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71536A (or 0x71536A) is known color: Salt Box. HEX triplet: 71, 53 and 6A. RGB value is (113,83,106). Sum of RGB (Red+Green+Blue) = 113+83+106=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #71536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71536A is #8EAC95. Grayscale: #5E5E5E. Windows color (decimal): -9350294 or 6968177. OLE color: 6968177.

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

Color convert

RGB 113 83 106 -
CMYK 0 0.27 0.06 0.56
HSL 314º 0.15% 0.38% -
HSV(B) 314º 0.27% 0.44% -
XYZ 12.5 10.74 15.05 -
YUV 94.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 113 83 106 0 0.27 0.06 0.56 314 0.15 0.38
Hex 71 53 6A 0 1B 6 38 13A F 26
Octal 161 123 152 0 33 6 70 472 17 46
Binary 1110001 1010011 1101010 0 11011 110 111000 100111010 1111 100110

Color Harmonies of #71536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71536A

Black with #71536A

Text Example


Text Example

White with #71536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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