Html Css Color HEX #71476A Salt Box

📋 copy color: '#71476A'

red 113 ◦ green 71 ◦ blue 106

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

Shades of Salt Box #71476A

Tints of Salt Box #71476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

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

R = 38.97%
G = 24.48%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71476A (or 0x71476A) is known color: Salt Box. HEX triplet: 71, 47 and 6A. RGB value is (113,71,106). Sum of RGB (Red+Green+Blue) = 113+71+106=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #71476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71476A is #8EB895. Grayscale: #575757. Windows color (decimal): -9353366 or 6965105. OLE color: 6965105.

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

Color convert

RGB 113 71 106 -
CMYK 0 0.37 0.06 0.56
HSL 310º 0.23% 0.36% -
HSV(B) 310º 0.37% 0.44% -
XYZ 11.66 9.06 14.77 -
YUV 87.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 113 71 106 0 0.37 0.06 0.56 310 0.23 0.36
Hex 71 47 6A 0 25 6 38 136 17 24
Octal 161 107 152 0 45 6 70 466 27 44
Binary 1110001 1000111 1101010 0 100101 110 111000 100110110 10111 100100

Color Harmonies of #71476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71476A

Black with #71476A

Text Example


Text Example

White with #71476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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