#81425C

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

Shades of Cosmic #81425C

Tints of Cosmic #81425C

Color information

#81425C (or 0x81425C) is unknown color: approx Cosmic. HEX triplet: 81, 42 and 5C. RGB value is (129,66,92). Sum of RGB (Red+Green+Blue) = 129+66+92=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #81425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81425C is #7EBDA3. Grayscale: #575757. Windows color (decimal): -8306084 or 6046337. OLE color: 6046337.

HSL color Cylindrical-coordinate representation of color #81425C: hue angle of 335.24º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81425C is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1296692-
CMYK00.490.290.49
HSL335.24º32.31%38.24%-
HSV(B)335.24º48.84%50.59%-
XYZ12.939.3411.25-
YUV87.8130.37157.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=44.95%
G=23.00%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129669200.490.290.49335.2432.3138.24
Hex81425C0311D3114f2026
Octal20110213406135615174046
Binary1000000110000101011100011000111101110001101001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81425C; }

 p { color: rgb(129,66,92); }

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

<style>
 a { background-color: #81425C; }

 a { background-color: rgb(129,66,92); }

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

<style>
 span { border-color: #81425C; }

 span { border-color: rgb(129,66,92); }

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