#994361

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

Shades of Cadillac #994361

Tints of Cadillac #994361

Color information

#994361 (or 0x994361) is unknown color: approx Cadillac. HEX triplet: 99, 43 and 61. RGB value is (153,67,97). Sum of RGB (Red+Green+Blue) = 153+67+97=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #994361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994361 is #66BC9E. Grayscale: #606060. Windows color (decimal): -6732959 or 6374297. OLE color: 6374297.

HSL color Cylindrical-coordinate representation of color #994361: hue angle of 339.07º degrees, saturation: 0.39, 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 #994361 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1536797-
CMYK00.560.370.4
HSL339.07º39.09%43.14%-
HSV(B)339.07º56.21%60%-
XYZ17.311.6512.65-
YUV96.13128.49168.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 67 (26.56% from 255) = 21.14%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=48.26%
G=21.14%
B=30.60%

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
Decimal153679700.560.370.4339.0739.0943.14
Hex9943610382528153272b
Octal23110314107045505234753
Binary10011001100001111000010111000100101101000101010011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994361; }

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

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

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

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

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

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

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

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