#994B57

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

Shades of Cadillac #994B57

Tints of Cadillac #994B57

Color information

#994B57 (or 0x994B57) is unknown color: approx Cadillac. HEX triplet: 99, 4B and 57. RGB value is (153,75,87). Sum of RGB (Red+Green+Blue) = 153+75+87=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #994B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B57 is #66B4A8. Grayscale: #636363. Windows color (decimal): -6730921 or 5720985. OLE color: 5720985.

HSL color Cylindrical-coordinate representation of color #994B57: hue angle of 350.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B57 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB1537587-
CMYK00.510.430.4
HSL350.77º34.21%44.71%-
HSV(B)350.77º50.98%60%-
XYZ17.3712.4910.51-
YUV99.69120.84166.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 87 (34.38% from 255) = 27.62%
R=48.57%
G=23.81%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153758700.510.430.4350.7734.2144.71
Hex994B570332B2815f222d
Octal23111312706353505374255
Binary10011001100101110101110110011101011101000101011111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994B57; }

 p { color: rgb(153,75,87); }

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

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

 a { background-color: rgb(153,75,87); }

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

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

 span { border-color: rgb(153,75,87); }

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