#71618A

Color #71618A Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #71618A

Tints of Kimberly #71618A

Color information

#71618A (or 0x71618A) is unknown color: approx Kimberly. HEX triplet: 71, 61 and 8A. RGB value is (113,97,138). Sum of RGB (Red+Green+Blue) = 113+97+138=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #71618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71618A is #8E9E75. Grayscale: #6A6A6A. Windows color (decimal): -9346678 or 9068913. OLE color: 9068913.

HSL color Cylindrical-coordinate representation of color #71618A: hue angle of 263.41º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71618A is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11397138-
CMYK0.180.3000.46
HSL263.41º17.45%46.08%-
HSV(B)263.41º29.71%54.12%-
XYZ15.6713.925.9-
YUV106.46145.8132.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=32.47%
G=27.87%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113971380.180.3000.46263.4117.4546.08
Hex71618A121E02E107112e
Octal16114121222360564072156
Binary11100011100001100010101001011110010111010000011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,97,138); }

 H1.HeaderClassName
 {
   color: #71618A;
 }
 .AnyTagClassName
 {
   color: #71618A;
 }
</style>
background-color css

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

 a { background-color: rgb(113,97,138); }

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

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

 span { border-color: rgb(113,97,138); }

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