#72425E

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

Shades of Cosmic #72425E

Tints of Cosmic #72425E

Color information

#72425E (or 0x72425E) is unknown color: approx Cosmic. HEX triplet: 72, 42 and 5E. RGB value is (114,66,94). Sum of RGB (Red+Green+Blue) = 114+66+94=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72425E is #8DBDA1. Grayscale: #535353. Windows color (decimal): -9289122 or 6177394. OLE color: 6177394.

HSL color Cylindrical-coordinate representation of color #72425E: hue angle of 325º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72425E is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1146694-
CMYK00.420.180.55
HSL325º26.67%35.29%-
HSV(B)325º42.11%44.71%-
XYZ10.918.2811.61-
YUV83.54133.9149.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=41.61%
G=24.09%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114669400.420.180.5532526.6735.29
Hex72425E02A12371451b23
Octal16210213605222675053343
Binary11100101000010101111001010101001011011110100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,66,94); }

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

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

 a { background-color: rgb(114,66,94); }

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

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

 span { border-color: rgb(114,66,94); }

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