Html Css Color HEX #824971 Cosmic

📋 copy color: '#824971'

red 130 ◦ green 73 ◦ blue 113

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

Shades of Cosmic #824971

Tints of Cosmic #824971

RGB

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

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

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

R = 41.14%
G = 23.1%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#824971 (or 0x824971) is known color: Cosmic. HEX triplet: 82, 49 and 71. RGB value is (130,73,113). Sum of RGB (Red+Green+Blue) = 130+73+113=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #824971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824971 is #7DB68E. Grayscale: #5E5E5E. Windows color (decimal): -8238735 or 7424386. OLE color: 7424386.

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

Color convert

RGB 130 73 113 -
CMYK 0 0.44 0.13 0.49
HSL 317.89º 0.28% 0.4% -
HSV(B) 317.89º 0.44% 0.51% -
XYZ 14.57 10.7 16.92 -
YUV 94.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 130 73 113 0 0.44 0.13 0.49 317.89 0.28 0.4
Hex 82 49 71 0 2C D 31 13E 1C 28
Octal 202 111 161 0 54 15 61 476 34 50
Binary 10000010 1001001 1110001 0 101100 1101 110001 100111110 11100 101000

Color Harmonies of #824971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824971

Black with #824971

Text Example


Text Example

White with #824971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824971; }

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

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

background-color css

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

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

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

border-color css

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

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

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