Html Css Color HEX #824170 Cosmic

📋 copy color: '#824170'

red 130 ◦ green 65 ◦ blue 112

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

Shades of Cosmic #824170

Tints of Cosmic #824170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 42.35%
G = 21.17%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#824170 (or 0x824170) is known color: Cosmic. HEX triplet: 82, 41 and 70. RGB value is (130,65,112). Sum of RGB (Red+Green+Blue) = 130+65+112=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #824170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824170 is #7DBE8F. Grayscale: #595959. Windows color (decimal): -8240784 or 7356802. OLE color: 7356802.

HSL color Cylindrical-coordinate representation of color #824170: hue angle of 316.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824170 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 112 -
CMYK 0 0.50 0.14 0.49
HSL 316.62º 0.33% 0.38% -
HSV(B) 316.62º 0.5% 0.51% -
XYZ 14.02 9.7 16.46 -
YUV 89.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 130 65 112 0 0.50 0.14 0.49 316.62 0.33 0.38
Hex 82 41 70 0 32 E 31 13D 21 26
Octal 202 101 160 0 62 16 61 475 41 46
Binary 10000010 1000001 1110000 0 110010 1110 110001 100111101 100001 100110

Color Harmonies of #824170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824170

Black with #824170

Text Example


Text Example

White with #824170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824170; }

 p { color: rgb(130,65,112); }

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

background-color css

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

 a { background-color: rgb(130,65,112); }

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

border-color css

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

 span { border-color: rgb(130,65,112); }

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