Html Css Color HEX #824871 Cosmic

📋 copy color: '#824871'

red 130 ◦ green 72 ◦ blue 113

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

Shades of Cosmic #824871

Tints of Cosmic #824871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 41.27%
G = 22.86%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#824871 (or 0x824871) is known color: Cosmic. HEX triplet: 82, 48 and 71. RGB value is (130,72,113). Sum of RGB (Red+Green+Blue) = 130+72+113=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824871 is #7DB78E. Grayscale: #5D5D5D. Windows color (decimal): -8238991 or 7424130. OLE color: 7424130.

HSL color Cylindrical-coordinate representation of color #824871: hue angle of 317.59º 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 #824871 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 113 -
CMYK 0 0.45 0.13 0.49
HSL 317.59º 0.29% 0.4% -
HSV(B) 317.59º 0.45% 0.51% -
XYZ 14.5 10.57 16.9 -
YUV 94.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 130 72 113 0 0.45 0.13 0.49 317.59 0.29 0.4
Hex 82 48 71 0 2D D 31 13E 1D 28
Octal 202 110 161 0 55 15 61 476 35 50
Binary 10000010 1001000 1110001 0 101101 1101 110001 100111110 11101 101000

Color Harmonies of #824871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824871

Black with #824871

Text Example


Text Example

White with #824871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824871; }

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

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

background-color css

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

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

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

border-color css

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

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

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