Html Css Color HEX #71496A Salt Box

📋 copy color: '#71496A'

red 113 ◦ green 73 ◦ blue 106

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

Shades of Salt Box #71496A

Tints of Salt Box #71496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

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

R = 38.7%
G = 25%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71496A (or 0x71496A) is known color: Salt Box. HEX triplet: 71, 49 and 6A. RGB value is (113,73,106). Sum of RGB (Red+Green+Blue) = 113+73+106=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71496A is #8EB695. Grayscale: #585858. Windows color (decimal): -9352854 or 6965617. OLE color: 6965617.

HSL color Cylindrical-coordinate representation of color #71496A: hue angle of 310.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71496A is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 106 -
CMYK 0 0.35 0.06 0.56
HSL 310.5º 0.22% 0.36% -
HSV(B) 310.5º 0.35% 0.44% -
XYZ 11.79 9.32 14.81 -
YUV 88.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 113 73 106 0 0.35 0.06 0.56 310.5 0.22 0.36
Hex 71 49 6A 0 23 6 38 136 16 24
Octal 161 111 152 0 43 6 70 466 26 44
Binary 1110001 1001001 1101010 0 100011 110 111000 100110110 10110 100100

Color Harmonies of #71496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71496A

Black with #71496A

Text Example


Text Example

White with #71496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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