#73618C

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

Shades of Kimberly #73618C

Tints of Kimberly #73618C

Color information

#73618C (or 0x73618C) is unknown color: approx Kimberly. HEX triplet: 73, 61 and 8C. RGB value is (115,97,140). Sum of RGB (Red+Green+Blue) = 115+97+140=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #73618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73618C is #8C9E73. Grayscale: #6B6B6B. Windows color (decimal): -9215604 or 9199987. OLE color: 9199987.

HSL color Cylindrical-coordinate representation of color #73618C: hue angle of 265.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73618C is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11597140-
CMYK0.180.3100.45
HSL265.12º18.14%46.47%-
HSV(B)265.12º30.71%54.9%-
XYZ16.0814.0926.68-
YUV107.28146.46133.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=32.67%
G=27.56%
B=39.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115971400.180.3100.45265.1218.1446.47
Hex73618C121F02D109122e
Octal16314121422370554112256
Binary11100111100001100011001001011111010110110000100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73618C; }

 p { color: rgb(115,97,140); }

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

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

 a { background-color: rgb(115,97,140); }

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

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

 span { border-color: rgb(115,97,140); }

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