Html Css Color HEX #824970 Cosmic

📋 copy color: '#824970'

red 130 ◦ green 73 ◦ blue 112

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

Shades of Cosmic #824970

Tints of Cosmic #824970

RGB

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

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

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

R = 41.27%
G = 23.17%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#824970 (or 0x824970) is known color: Cosmic. HEX triplet: 82, 49 and 70. RGB value is (130,73,112). Sum of RGB (Red+Green+Blue) = 130+73+112=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824970 is #7DB68F. Grayscale: #5E5E5E. Windows color (decimal): -8238736 or 7358850. OLE color: 7358850.

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

Color convert

RGB 130 73 112 -
CMYK 0 0.44 0.14 0.49
HSL 318.95º 0.28% 0.4% -
HSV(B) 318.95º 0.44% 0.51% -
XYZ 14.51 10.68 16.63 -
YUV 94.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 130 73 112 0 0.44 0.14 0.49 318.95 0.28 0.4
Hex 82 49 70 0 2C E 31 13F 1C 28
Octal 202 111 160 0 54 16 61 477 34 50
Binary 10000010 1001001 1110000 0 101100 1110 110001 100111111 11100 101000

Color Harmonies of #824970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824970

Black with #824970

Text Example


Text Example

White with #824970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824970; }

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

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

background-color css

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

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

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

border-color css

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

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

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