#9B425A

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

Shades of Cadillac #9B425A

Tints of Cadillac #9B425A

Color information

#9B425A (or 0x9B425A) is unknown color: approx Cadillac. HEX triplet: 9B, 42 and 5A. RGB value is (155,66,90). Sum of RGB (Red+Green+Blue) = 155+66+90=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B425A is #64BDA5. Grayscale: #5F5F5F. Windows color (decimal): -6602150 or 5915291. OLE color: 5915291.

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

Color convert

RGB1556690-
CMYK00.570.420.39
HSL343.82º40.27%43.33%-
HSV(B)343.82º57.42%60.78%-
XYZ17.3111.611-
YUV95.35124.99170.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=49.84%
G=21.22%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155669000.570.420.39343.8240.2743.33
Hex9B425A0392A27158282b
Octal23310213207152475305053
Binary10011011100001010110100111001101010100111101011000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,66,90); }

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

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

 a { background-color: rgb(155,66,90); }

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

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

 span { border-color: rgb(155,66,90); }

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