Html Css Color HEX #71536B Salt Box

📋 copy color: '#71536B'

red 113 ◦ green 83 ◦ blue 107

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

Shades of Salt Box #71536B

Tints of Salt Box #71536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 37.29%
G = 27.39%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71536B (or 0x71536B) is known color: Salt Box. HEX triplet: 71, 53 and 6B. RGB value is (113,83,107). Sum of RGB (Red+Green+Blue) = 113+83+107=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71536B is #8EAC94. Grayscale: #5E5E5E. Windows color (decimal): -9350293 or 7033713. OLE color: 7033713.

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

Color convert

RGB 113 83 107 -
CMYK 0 0.27 0.05 0.56
HSL 312º 0.15% 0.38% -
HSV(B) 312º 0.27% 0.44% -
XYZ 12.56 10.76 15.32 -
YUV 94.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 113 83 107 0 0.27 0.05 0.56 312 0.15 0.38
Hex 71 53 6B 0 1B 5 38 138 F 26
Octal 161 123 153 0 33 5 70 470 17 46
Binary 1110001 1010011 1101011 0 11011 101 111000 100111000 1111 100110

Color Harmonies of #71536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71536B

Black with #71536B

Text Example


Text Example

White with #71536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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