#8A4161

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

Shades of Cadillac #8A4161

Tints of Cadillac #8A4161

Color information

#8A4161 (or 0x8A4161) is unknown color: approx Cadillac. HEX triplet: 8A, 41 and 61. RGB value is (138,65,97). Sum of RGB (Red+Green+Blue) = 138+65+97=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4161 is #75BE9E. Grayscale: #5A5A5A. Windows color (decimal): -7716511 or 6373770. OLE color: 6373770.

HSL color Cylindrical-coordinate representation of color #8A4161: hue angle of 333.7º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4161 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1386597-
CMYK00.530.300.46
HSL333.7º35.96%39.8%-
HSV(B)333.7º52.9%54.12%-
XYZ14.5310.0512.48-
YUV90.48131.68161.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=46%
G=21.67%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138659700.530.300.46333.735.9639.8
Hex8A41610351E2E14e2428
Octal21210114106536565164450
Binary1000101010000011100001011010111110101110101001110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A4161; }

 p { color: rgb(138,65,97); }

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

<style>
 a { background-color: #8A4161; }

 a { background-color: rgb(138,65,97); }

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

<style>
 span { border-color: #8A4161; }

 span { border-color: rgb(138,65,97); }

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