#94415E

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

Shades of Cadillac #94415E

Tints of Cadillac #94415E

Color information

#94415E (or 0x94415E) is unknown color: approx Cadillac. HEX triplet: 94, 41 and 5E. RGB value is (148,65,94). Sum of RGB (Red+Green+Blue) = 148+65+94=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94415E is #6BBEA1. Grayscale: #5D5D5D. Windows color (decimal): -7061154 or 6177172. OLE color: 6177172.

HSL color Cylindrical-coordinate representation of color #94415E: hue angle of 339.04º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94415E is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1486594-
CMYK00.560.360.42
HSL339.04º38.97%41.76%-
HSV(B)339.04º56.08%58.04%-
XYZ16.1210.8811.84-
YUV93.12128.5167.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=48.21%
G=21.17%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148659400.560.360.42339.0438.9741.76
Hex94415E038242A153272a
Octal22410113607044525234752
Binary10010100100000110111100111000100100101010101010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94415E; }

 p { color: rgb(148,65,94); }

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

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

 a { background-color: rgb(148,65,94); }

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

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

 span { border-color: rgb(148,65,94); }

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