#94436B

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

Shades of Cadillac #94436B

Tints of Cadillac #94436B

Color information

#94436B (or 0x94436B) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 6B. RGB value is (148,67,107). Sum of RGB (Red+Green+Blue) = 148+67+107=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94436B is #6BBC94. Grayscale: #5F5F5F. Windows color (decimal): -7060629 or 7029652. OLE color: 7029652.

HSL color Cylindrical-coordinate representation of color #94436B: hue angle of 330.37º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94436B is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14867107-
CMYK00.550.280.42
HSL330.37º37.67%42.16%-
HSV(B)330.37º54.73%58.04%-
XYZ16.8711.3715.22-
YUV95.78134.34165.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=45.96%
G=20.81%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486710700.550.280.42330.3737.6742.16
Hex94436B0371C2A14a262a
Octal22410315306734525124652
Binary1001010010000111101011011011111100101010101001010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94436B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94436B; }

 p { color: rgb(148,67,107); }

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

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

 a { background-color: rgb(148,67,107); }

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

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

 span { border-color: rgb(148,67,107); }

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