Html Css Color HEX #824972 Cosmic

📋 copy color: '#824972'

red 130 ◦ green 73 ◦ blue 114

#824972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #824972

Tints of Cosmic #824972

RGB

 RED value IS 130 (51.17% from 255) = 41.01%

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 41.01%
G = 23.03%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824972 (or 0x824972) is known color: Cosmic. HEX triplet: 82, 49 and 72. RGB value is (130,73,114). Sum of RGB (Red+Green+Blue) = 130+73+114=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #824972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824972 is #7DB68D. Grayscale: #5E5E5E. Windows color (decimal): -8238734 or 7489922. OLE color: 7489922.

HSL color Cylindrical-coordinate representation of color #824972: hue angle of 316.84º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824972 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 114 -
CMYK 0 0.44 0.12 0.49
HSL 316.84º 0.28% 0.4% -
HSV(B) 316.84º 0.44% 0.51% -
XYZ 14.63 10.73 17.22 -
YUV 94.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 130 73 114 0 0.44 0.12 0.49 316.84 0.28 0.4
Hex 82 49 72 0 2C C 31 13D 1C 28
Octal 202 111 162 0 54 14 61 475 34 50
Binary 10000010 1001001 1110010 0 101100 1100 110001 100111101 11100 101000

Color Harmonies of #824972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824972

Black with #824972

Text Example


Text Example

White with #824972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824972; }

 p { color: rgb(130,73,114); }

 H1.HeaderClassName
 {
   color: #824972;
 }
 .AnyTagClassName
 {
   color: #824972;
 }
</style>

background-color css

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

 a { background-color: rgb(130,73,114); }

 div.DivClassName
 {
   background-color: #824972;
 }
 .BgClassName
 {
   background-color: #824972;
 }
</style>

border-color css

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

 span { border-color: rgb(130,73,114); }

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