#82436E

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

Shades of Cosmic #82436E

Tints of Cosmic #82436E

Color information

#82436E (or 0x82436E) is unknown color: approx Cosmic. HEX triplet: 82, 43 and 6E. RGB value is (130,67,110). Sum of RGB (Red+Green+Blue) = 130+67+110=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82436E is #7DBC91. Grayscale: #5A5A5A. Windows color (decimal): -8240274 or 7226242. OLE color: 7226242.

HSL color Cylindrical-coordinate representation of color #82436E: hue angle of 319.05º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82436E is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13067110-
CMYK00.480.150.49
HSL319.05º31.98%38.63%-
HSV(B)319.05º48.46%50.98%-
XYZ14.039.8915.92-
YUV90.74138.87156-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=42.35%
G=21.82%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306711000.480.150.49319.0531.9838.63
Hex82436E030F3113f2027
Octal20210315606017614774047
Binary100000101000011110111001100001111110001100111111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82436E; }

 p { color: rgb(130,67,110); }

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

<style>
 a { background-color: #82436E; }

 a { background-color: rgb(130,67,110); }

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

<style>
 span { border-color: #82436E; }

 span { border-color: rgb(130,67,110); }

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