#9B4571

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

Shades of Cadillac #9B4571

Tints of Cadillac #9B4571

Color information

#9B4571 (or 0x9B4571) is unknown color: approx Cadillac. HEX triplet: 9B, 45 and 71. RGB value is (155,69,113). Sum of RGB (Red+Green+Blue) = 155+69+113=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4571 is #64BA8E. Grayscale: #636363. Windows color (decimal): -6601359 or 7423387. OLE color: 7423387.

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

Color convert

RGB15569113-
CMYK00.550.270.39
HSL329.3º38.39%43.92%-
HSV(B)329.3º55.48%60.78%-
XYZ18.6312.4217.04-
YUV99.73135.49167.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=45.99%
G=20.47%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556911300.550.270.39329.338.3943.92
Hex9B45710371B27149262c
Octal23310516106733475114654
Binary1001101110001011110001011011111011100111101001001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,113); }

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

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

 a { background-color: rgb(155,69,113); }

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

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

 span { border-color: rgb(155,69,113); }

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