Html Css Color HEX #824371 Cosmic

📋 copy color: '#824371'

red 130 ◦ green 67 ◦ blue 113

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

Shades of Cosmic #824371

Tints of Cosmic #824371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.61%

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

R = 41.94%
G = 21.61%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#824371 (or 0x824371) is known color: Cosmic. HEX triplet: 82, 43 and 71. RGB value is (130,67,113). Sum of RGB (Red+Green+Blue) = 130+67+113=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #824371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824371 is #7DBC8E. Grayscale: #5A5A5A. Windows color (decimal): -8240271 or 7422850. OLE color: 7422850.

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

Color convert

RGB 130 67 113 -
CMYK 0 0.48 0.13 0.49
HSL 316.19º 0.32% 0.39% -
HSV(B) 316.19º 0.48% 0.51% -
XYZ 14.19 9.95 16.8 -
YUV 91.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 130 67 113 0 0.48 0.13 0.49 316.19 0.32 0.39
Hex 82 43 71 0 30 D 31 13C 20 27
Octal 202 103 161 0 60 15 61 474 40 47
Binary 10000010 1000011 1110001 0 110000 1101 110001 100111100 100000 100111

Color Harmonies of #824371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824371

Black with #824371

Text Example


Text Example

White with #824371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824371; }

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

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

background-color css

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

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

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

border-color css

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

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

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