#8B435D

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

Shades of Cadillac #8B435D

Tints of Cadillac #8B435D

Color information

#8B435D (or 0x8B435D) is unknown color: approx Cadillac. HEX triplet: 8B, 43 and 5D. RGB value is (139,67,93). Sum of RGB (Red+Green+Blue) = 139+67+93=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B435D is #74BCA2. Grayscale: #5B5B5B. Windows color (decimal): -7650467 or 6112139. OLE color: 6112139.

HSL color Cylindrical-coordinate representation of color #8B435D: hue angle of 338.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B435D is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1396793-
CMYK00.520.330.45
HSL338.33º34.95%40.39%-
HSV(B)338.33º51.8%54.51%-
XYZ14.6310.2911.57-
YUV91.49128.85161.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=46.49%
G=22.41%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139679300.520.330.45338.3334.9540.39
Hex8B435D034212D1522328
Octal21310313506441555224350
Binary10001011100001110111010110100100001101101101010010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,67,93); }

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

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

 a { background-color: rgb(139,67,93); }

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

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

 span { border-color: rgb(139,67,93); }

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