#8B4375

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

Shades of Cosmic #8B4375

Tints of Cosmic #8B4375

Color information

#8B4375 (or 0x8B4375) is unknown color: approx Cosmic. HEX triplet: 8B, 43 and 75. RGB value is (139,67,117). Sum of RGB (Red+Green+Blue) = 139+67+117=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4375 is #74BC8A. Grayscale: #5E5E5E. Windows color (decimal): -7650443 or 7685003. OLE color: 7685003.

HSL color Cylindrical-coordinate representation of color #8B4375: hue angle of 318.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 #8B4375 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB13967117-
CMYK00.520.160.45
HSL318.33º34.95%40.39%-
HSV(B)318.33º51.8%54.51%-
XYZ15.8710.7918.08-
YUV94.23140.85159.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 67 (26.56% from 255) = 20.74%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=43.03%
G=20.74%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396711700.520.160.45318.3334.9540.39
Hex8B4375034102D13e2328
Octal21310316506420554764350
Binary1000101110000111110101011010010000101101100111110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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