#99425B

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

Shades of Cadillac #99425B

Tints of Cadillac #99425B

Color information

#99425B (or 0x99425B) is unknown color: approx Cadillac. HEX triplet: 99, 42 and 5B. RGB value is (153,66,91). Sum of RGB (Red+Green+Blue) = 153+66+91=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99425B is #66BDA4. Grayscale: #5E5E5E. Windows color (decimal): -6733221 or 5980825. OLE color: 5980825.

HSL color Cylindrical-coordinate representation of color #99425B: hue angle of 342.76º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99425B is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1536691-
CMYK00.570.410.4
HSL342.76º39.73%42.94%-
HSV(B)342.76º56.86%60%-
XYZ16.9711.4211.21-
YUV94.86125.82169.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=49.35%
G=21.29%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153669100.570.410.4342.7639.7342.94
Hex99425B0392928157282b
Octal23110213307151505275053
Binary10011001100001010110110111001101001101000101010111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,66,91); }

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

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

 a { background-color: rgb(153,66,91); }

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

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

 span { border-color: rgb(153,66,91); }

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