Html Css Color HEX #824472 Cosmic

📋 copy color: '#824472'

red 130 ◦ green 68 ◦ blue 114

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

Shades of Cosmic #824472

Tints of Cosmic #824472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

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

R = 41.67%
G = 21.79%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824472 (or 0x824472) is known color: Cosmic. HEX triplet: 82, 44 and 72. RGB value is (130,68,114). Sum of RGB (Red+Green+Blue) = 130+68+114=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824472 is #7DBB8D. Grayscale: #5B5B5B. Windows color (decimal): -8240014 or 7488642. OLE color: 7488642.

HSL color Cylindrical-coordinate representation of color #824472: hue angle of 315.48º degrees, saturation: 0.31, 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 #824472 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 68 114 -
CMYK 0 0.48 0.12 0.49
HSL 315.48º 0.31% 0.39% -
HSV(B) 315.48º 0.48% 0.51% -
XYZ 14.31 10.09 17.11 -
YUV 91.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 130 68 114 0 0.48 0.12 0.49 315.48 0.31 0.39
Hex 82 44 72 0 30 C 31 13B 1F 27
Octal 202 104 162 0 60 14 61 473 37 47
Binary 10000010 1000100 1110010 0 110000 1100 110001 100111011 11111 100111

Color Harmonies of #824472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824472

Black with #824472

Text Example


Text Example

White with #824472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824472; }

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

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

background-color css

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

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

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

border-color css

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

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

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