#9B4562

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

Shades of Cadillac #9B4562

Tints of Cadillac #9B4562

Color information

#9B4562 (or 0x9B4562) is unknown color: approx Cadillac. HEX triplet: 9B, 45 and 62. RGB value is (155,69,98). Sum of RGB (Red+Green+Blue) = 155+69+98=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4562 is #64BA9D. Grayscale: #616161. Windows color (decimal): -6601374 or 6440347. OLE color: 6440347.

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

Color convert

RGB1556998-
CMYK00.550.370.39
HSL339.77º38.39%43.92%-
HSV(B)339.77º55.48%60.78%-
XYZ17.8512.1112.95-
YUV98.02127.99168.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=48.14%
G=21.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155699800.550.370.39339.7738.3943.92
Hex9B45620372527154262c
Octal23310514206745475244654
Binary10011011100010111000100110111100101100111101010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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