#9B4369

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

Shades of Cadillac #9B4369

Tints of Cadillac #9B4369

Color information

#9B4369 (or 0x9B4369) is unknown color: approx Cadillac. HEX triplet: 9B, 43 and 69. RGB value is (155,67,105). Sum of RGB (Red+Green+Blue) = 155+67+105=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4369 is #64BC96. Grayscale: #616161. Windows color (decimal): -6601879 or 6898587. OLE color: 6898587.

HSL color Cylindrical-coordinate representation of color #9B4369: hue angle of 334.09º 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 #9B4369 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB15567105-
CMYK00.570.320.39
HSL334.09º39.64%43.53%-
HSV(B)334.09º56.77%60.78%-
XYZ18.071214.73-
YUV97.64132.15168.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=47.40%
G=20.49%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556710500.570.320.39334.0939.6443.53
Hex9B4369039202714e282c
Octal23310315107140475165054
Binary10011011100001111010010111001100000100111101001110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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