Html Css Color HEX #735271 Salt Box

📋 copy color: '#735271'

red 115 ◦ green 82 ◦ blue 113

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

Shades of Salt Box #735271

Tints of Salt Box #735271

RGB

 RED value IS 115 (45.31% from 255) = 37.1%

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 37.1%
G = 26.45%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#735271 (or 0x735271) is known color: Salt Box. HEX triplet: 73, 52 and 71. RGB value is (115,82,113). Sum of RGB (Red+Green+Blue) = 115+82+113=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #735271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735271 is #8CAD8E. Grayscale: #5F5F5F. Windows color (decimal): -9219471 or 7426675. OLE color: 7426675.

HSL color Cylindrical-coordinate representation of color #735271: hue angle of 303.64º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #735271 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 82 113 -
CMYK 0 0.29 0.02 0.55
HSL 303.64º 0.17% 0.39% -
HSV(B) 303.64º 0.29% 0.45% -
XYZ 13.07 10.87 17.03 -
YUV 95.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 115 82 113 0 0.29 0.02 0.55 303.64 0.17 0.39
Hex 73 52 71 0 1D 2 37 130 11 27
Octal 163 122 161 0 35 2 67 460 21 47
Binary 1110011 1010010 1110001 0 11101 10 110111 100110000 10001 100111

Color Harmonies of #735271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735271

Black with #735271

Text Example


Text Example

White with #735271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735271; }

 p { color: rgb(115,82,113); }

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

background-color css

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

 a { background-color: rgb(115,82,113); }

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

border-color css

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

 span { border-color: rgb(115,82,113); }

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