Html Css Color HEX #824E72 Cosmic

📋 copy color: '#824E72'

red 130 ◦ green 78 ◦ blue 114

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

Shades of Cosmic #824E72

Tints of Cosmic #824E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.22%

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

R = 40.37%
G = 24.22%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824E72 (or 0x824E72) is known color: Cosmic. HEX triplet: 82, 4E and 72. RGB value is (130,78,114). Sum of RGB (Red+Green+Blue) = 130+78+114=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #824E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E72 is #7DB18D. Grayscale: #616161. Windows color (decimal): -8237454 or 7491202. OLE color: 7491202.

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

Color convert

RGB 130 78 114 -
CMYK 0 0.40 0.12 0.49
HSL 318.46º 0.25% 0.41% -
HSV(B) 318.46º 0.4% 0.51% -
XYZ 14.97 11.41 17.33 -
YUV 97.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 130 78 114 0 0.40 0.12 0.49 318.46 0.25 0.41
Hex 82 4E 72 0 28 C 31 13E 19 29
Octal 202 116 162 0 50 14 61 476 31 51
Binary 10000010 1001110 1110010 0 101000 1100 110001 100111110 11001 101001

Color Harmonies of #824E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E72

Black with #824E72

Text Example


Text Example

White with #824E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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