#95415B

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

Shades of Cadillac #95415B

Tints of Cadillac #95415B

Color information

#95415B (or 0x95415B) is unknown color: approx Cadillac. HEX triplet: 95, 41 and 5B. RGB value is (149,65,91). Sum of RGB (Red+Green+Blue) = 149+65+91=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95415B is #6ABEA4. Grayscale: #5D5D5D. Windows color (decimal): -6995621 or 5980565. OLE color: 5980565.

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

Color convert

RGB1496591-
CMYK00.560.390.42
HSL341.43º39.25%41.96%-
HSV(B)341.43º56.38%58.43%-
XYZ16.1710.9311.15-
YUV93.08126.83167.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=48.85%
G=21.31%
B=29.84%

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
Decimal149659100.560.390.42341.4339.2541.96
Hex95415B038272A155272a
Octal22510113307047525254752
Binary10010101100000110110110111000100111101010101010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,65,91); }

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

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

 a { background-color: rgb(149,65,91); }

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

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

 span { border-color: rgb(149,65,91); }

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