#94415A

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

Shades of Cadillac #94415A

Tints of Cadillac #94415A

Color information

#94415A (or 0x94415A) is unknown color: approx Cadillac. HEX triplet: 94, 41 and 5A. RGB value is (148,65,90). Sum of RGB (Red+Green+Blue) = 148+65+90=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #94415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94415A is #6BBEA5. Grayscale: #5C5C5C. Windows color (decimal): -7061158 or 5915028. OLE color: 5915028.

HSL color Cylindrical-coordinate representation of color #94415A: hue angle of 341.93º 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 #94415A is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1486590-
CMYK00.560.390.42
HSL341.93º38.97%41.76%-
HSV(B)341.93º56.08%58.04%-
XYZ15.9510.8110.92-
YUV92.67126.5167.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=48.84%
G=21.45%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148659000.560.390.42341.9338.9741.76
Hex94415A038272A156272a
Octal22410113207047525264752
Binary10010100100000110110100111000100111101010101010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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