#95415D

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

Shades of Cadillac #95415D

Tints of Cadillac #95415D

Color information

#95415D (or 0x95415D) is unknown color: approx Cadillac. HEX triplet: 95, 41 and 5D. RGB value is (149,65,93). Sum of RGB (Red+Green+Blue) = 149+65+93=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95415D is #6ABEA2. Grayscale: #5D5D5D. Windows color (decimal): -6995619 or 6111637. OLE color: 6111637.

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

Color convert

RGB1496593-
CMYK00.560.380.42
HSL340º39.25%41.96%-
HSV(B)340º56.38%58.43%-
XYZ16.2610.9611.61-
YUV93.31127.83167.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=48.53%
G=21.17%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149659300.560.380.4234039.2541.96
Hex95415D038262A154272a
Octal22510113507046525244752
Binary10010101100000110111010111000100110101010101010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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