#9B3F5F

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

Shades of Cadillac #9B3F5F

Tints of Cadillac #9B3F5F

Color information

#9B3F5F (or 0x9B3F5F) is unknown color: approx Cadillac. HEX triplet: 9B, 3F and 5F. RGB value is (155,63,95). Sum of RGB (Red+Green+Blue) = 155+63+95=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3F5F is #64C0A0. Grayscale: #5E5E5E. Windows color (decimal): -6602913 or 6242203. OLE color: 6242203.

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

Color convert

RGB1556395-
CMYK00.590.390.39
HSL339.13º42.2%42.75%-
HSV(B)339.13º59.35%60.78%-
XYZ17.3611.3512.1-
YUV94.16128.48171.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=49.52%
G=20.13%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155639500.590.390.39339.1342.242.75
Hex9B3F5F03B27271532a2b
Octal2337713707347475235253
Binary1001101111111110111110111011100111100111101010011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,63,95); }

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

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

 a { background-color: rgb(155,63,95); }

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

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

 span { border-color: rgb(155,63,95); }

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