Html Css Color HEX #71496B Salt Box

📋 copy color: '#71496B'

red 113 ◦ green 73 ◦ blue 107

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

Shades of Salt Box #71496B

Tints of Salt Box #71496B

RGB

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

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

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

R = 38.57%
G = 24.91%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71496B (or 0x71496B) is known color: Salt Box. HEX triplet: 71, 49 and 6B. RGB value is (113,73,107). Sum of RGB (Red+Green+Blue) = 113+73+107=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #71496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71496B is #8EB694. Grayscale: #585858. Windows color (decimal): -9352853 or 7031153. OLE color: 7031153.

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

Color convert

RGB 113 73 107 -
CMYK 0 0.35 0.05 0.56
HSL 309º 0.22% 0.36% -
HSV(B) 309º 0.35% 0.44% -
XYZ 11.85 9.34 15.09 -
YUV 88.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 113 73 107 0 0.35 0.05 0.56 309 0.22 0.36
Hex 71 49 6B 0 23 5 38 135 16 24
Octal 161 111 153 0 43 5 70 465 26 44
Binary 1110001 1001001 1101011 0 100011 101 111000 100110101 10110 100100

Color Harmonies of #71496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71496B

Black with #71496B

Text Example


Text Example

White with #71496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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