Html Css Color HEX #824872 Cosmic

📋 copy color: '#824872'

red 130 ◦ green 72 ◦ blue 114

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

Shades of Cosmic #824872

Tints of Cosmic #824872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

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

R = 41.14%
G = 22.78%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824872 (or 0x824872) is known color: Cosmic. HEX triplet: 82, 48 and 72. RGB value is (130,72,114). Sum of RGB (Red+Green+Blue) = 130+72+114=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #824872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824872 is #7DB78D. Grayscale: #5E5E5E. Windows color (decimal): -8238990 or 7489666. OLE color: 7489666.

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

Color convert

RGB 130 72 114 -
CMYK 0 0.45 0.12 0.49
HSL 316.55º 0.29% 0.4% -
HSV(B) 316.55º 0.45% 0.51% -
XYZ 14.56 10.6 17.2 -
YUV 94.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 130 72 114 0 0.45 0.12 0.49 316.55 0.29 0.4
Hex 82 48 72 0 2D C 31 13D 1D 28
Octal 202 110 162 0 55 14 61 475 35 50
Binary 10000010 1001000 1110010 0 101101 1100 110001 100111101 11101 101000

Color Harmonies of #824872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824872

Black with #824872

Text Example


Text Example

White with #824872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824872; }

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

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

background-color css

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

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

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

border-color css

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

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

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