Html Css Color HEX #824470 Cosmic

📋 copy color: '#824470'

red 130 ◦ green 68 ◦ blue 112

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

Shades of Cosmic #824470

Tints of Cosmic #824470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 41.94%
G = 21.94%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#824470 (or 0x824470) is known color: Cosmic. HEX triplet: 82, 44 and 70. RGB value is (130,68,112). Sum of RGB (Red+Green+Blue) = 130+68+112=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #824470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824470 is #7DBB8F. Grayscale: #5B5B5B. Windows color (decimal): -8240016 or 7357570. OLE color: 7357570.

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

Color convert

RGB 130 68 112 -
CMYK 0 0.48 0.14 0.49
HSL 317.42º 0.31% 0.39% -
HSV(B) 317.42º 0.48% 0.51% -
XYZ 14.2 10.05 16.52 -
YUV 91.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 130 68 112 0 0.48 0.14 0.49 317.42 0.31 0.39
Hex 82 44 70 0 30 E 31 13D 1F 27
Octal 202 104 160 0 60 16 61 475 37 47
Binary 10000010 1000100 1110000 0 110000 1110 110001 100111101 11111 100111

Color Harmonies of #824470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824470

Black with #824470

Text Example


Text Example

White with #824470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824470; }

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

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

background-color css

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

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

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

border-color css

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

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

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