#984B5B

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

Shades of Cadillac #984B5B

Tints of Cadillac #984B5B

Color information

#984B5B (or 0x984B5B) is unknown color: approx Cadillac. HEX triplet: 98, 4B and 5B. RGB value is (152,75,91). Sum of RGB (Red+Green+Blue) = 152+75+91=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #984B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B5B is #67B4A4. Grayscale: #636363. Windows color (decimal): -6796453 or 5983128. OLE color: 5983128.

HSL color Cylindrical-coordinate representation of color #984B5B: hue angle of 347.53º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B5B is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1527591-
CMYK00.510.400.40
HSL347.53º33.92%44.51%-
HSV(B)347.53º50.66%59.61%-
XYZ17.3512.4611.39-
YUV99.85123.01165.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=47.80%
G=23.58%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152759100.510.400.40347.5333.9244.51
Hex984B5B033282815c222d
Octal23011313306350505344255
Binary10011000100101110110110110011101000101000101011100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984B5B; }

 p { color: rgb(152,75,91); }

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

<style>
 a { background-color: #984B5B; }

 a { background-color: rgb(152,75,91); }

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

<style>
 span { border-color: #984B5B; }

 span { border-color: rgb(152,75,91); }

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