Html Css Color HEX #824070 Cosmic

📋 copy color: '#824070'

red 130 ◦ green 64 ◦ blue 112

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

Shades of Cosmic #824070

Tints of Cosmic #824070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

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

R = 42.48%
G = 20.92%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#824070 (or 0x824070) is known color: Cosmic. HEX triplet: 82, 40 and 70. RGB value is (130,64,112). Sum of RGB (Red+Green+Blue) = 130+64+112=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #824070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824070 is #7DBF8F. Grayscale: #595959. Windows color (decimal): -8241040 or 7356546. OLE color: 7356546.

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

Color convert

RGB 130 64 112 -
CMYK 0 0.51 0.14 0.49
HSL 316.36º 0.34% 0.38% -
HSV(B) 316.36º 0.51% 0.51% -
XYZ 13.96 9.58 16.44 -
YUV 89.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 130 64 112 0 0.51 0.14 0.49 316.36 0.34 0.38
Hex 82 40 70 0 33 E 31 13C 22 26
Octal 202 100 160 0 63 16 61 474 42 46
Binary 10000010 1000000 1110000 0 110011 1110 110001 100111100 100010 100110

Color Harmonies of #824070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824070

Black with #824070

Text Example


Text Example

White with #824070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824070; }

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

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

background-color css

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

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

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

border-color css

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

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

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