#8B3E62

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

Shades of Cadillac #8B3E62

Tints of Cadillac #8B3E62

Color information

#8B3E62 (or 0x8B3E62) is unknown color: approx Cadillac. HEX triplet: 8B, 3E and 62. RGB value is (139,62,98). Sum of RGB (Red+Green+Blue) = 139+62+98=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3E62 is #74C19D. Grayscale: #595959. Windows color (decimal): -7651742 or 6438539. OLE color: 6438539.

HSL color Cylindrical-coordinate representation of color #8B3E62: hue angle of 331.95º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3E62 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1396298-
CMYK00.550.290.45
HSL331.95º38.31%39.41%-
HSV(B)331.95º55.4%54.51%-
XYZ14.579.8212.68-
YUV89.13133.01163.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=46.49%
G=20.74%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139629800.550.290.45331.9538.3139.41
Hex8B3E620371D2D14c2627
Octal2137614206735555144647
Binary100010111111101100010011011111101101101101001100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,62,98); }

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

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

 a { background-color: rgb(139,62,98); }

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

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

 span { border-color: rgb(139,62,98); }

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