#9B436D

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

Shades of Cadillac #9B436D

Tints of Cadillac #9B436D

Color information

#9B436D (or 0x9B436D) is unknown color: approx Cadillac. HEX triplet: 9B, 43 and 6D. RGB value is (155,67,109). Sum of RGB (Red+Green+Blue) = 155+67+109=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B436D is #64BC92. Grayscale: #626262. Windows color (decimal): -6601875 or 7160731. OLE color: 7160731.

HSL color Cylindrical-coordinate representation of color #9B436D: hue angle of 331.36º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B436D is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15567109-
CMYK00.570.300.39
HSL331.36º39.64%43.53%-
HSV(B)331.36º56.77%60.78%-
XYZ18.2912.0915.84-
YUV98.1134.15168.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=46.83%
G=20.24%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556710900.570.300.39331.3639.6443.53
Hex9B436D0391E2714b282c
Octal23310315507136475135054
Binary1001101110000111101101011100111110100111101001011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B436D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B436D; }

 p { color: rgb(155,67,109); }

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

<style>
 a { background-color: #9B436D; }

 a { background-color: rgb(155,67,109); }

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

<style>
 span { border-color: #9B436D; }

 span { border-color: rgb(155,67,109); }

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