Html Css Color HEX #735371 Salt Box

📋 copy color: '#735371'

red 115 ◦ green 83 ◦ blue 113

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

Shades of Salt Box #735371

Tints of Salt Box #735371

RGB

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

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

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

R = 36.98%
G = 26.69%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#735371 (or 0x735371) is known color: Salt Box. HEX triplet: 73, 53 and 71. RGB value is (115,83,113). Sum of RGB (Red+Green+Blue) = 115+83+113=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #735371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735371 is #8CAC8E. Grayscale: #5F5F5F. Windows color (decimal): -9219215 or 7426931. OLE color: 7426931.

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

Color convert

RGB 115 83 113 -
CMYK 0 0.28 0.02 0.55
HSL 303.75º 0.16% 0.39% -
HSV(B) 303.75º 0.28% 0.45% -
XYZ 13.14 11.02 17.06 -
YUV 95.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 115 83 113 0 0.28 0.02 0.55 303.75 0.16 0.39
Hex 73 53 71 0 1C 2 37 130 10 27
Octal 163 123 161 0 34 2 67 460 20 47
Binary 1110011 1010011 1110001 0 11100 10 110111 100110000 10000 100111

Color Harmonies of #735371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735371

Black with #735371

Text Example


Text Example

White with #735371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735371; }

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

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

background-color css

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

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

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

border-color css

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

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

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