#994461

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

Shades of Cadillac #994461

Tints of Cadillac #994461

Color information

#994461 (or 0x994461) is unknown color: approx Cadillac. HEX triplet: 99, 44 and 61. RGB value is (153,68,97). Sum of RGB (Red+Green+Blue) = 153+68+97=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #994461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994461 is #66BB9E. Grayscale: #606060. Windows color (decimal): -6732703 or 6374553. OLE color: 6374553.

HSL color Cylindrical-coordinate representation of color #994461: hue angle of 339.53º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994461 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1536897-
CMYK00.560.370.4
HSL339.53º38.46%43.33%-
HSV(B)339.53º55.56%60%-
XYZ17.3611.7712.67-
YUV96.72128.16168.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=48.11%
G=21.38%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153689700.560.370.4339.5338.4643.33
Hex9944610382528154262b
Octal23110414107045505244653
Binary10011001100010011000010111000100101101000101010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994461; }

 p { color: rgb(153,68,97); }

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

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

 a { background-color: rgb(153,68,97); }

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

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

 span { border-color: rgb(153,68,97); }

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