Html Css Color HEX #824870 Cosmic

📋 copy color: '#824870'

red 130 ◦ green 72 ◦ blue 112

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

Shades of Cosmic #824870

Tints of Cosmic #824870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

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

R = 41.4%
G = 22.93%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#824870 (or 0x824870) is known color: Cosmic. HEX triplet: 82, 48 and 70. RGB value is (130,72,112). Sum of RGB (Red+Green+Blue) = 130+72+112=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #824870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824870 is #7DB78F. Grayscale: #5D5D5D. Windows color (decimal): -8238992 or 7358594. OLE color: 7358594.

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

Color convert

RGB 130 72 112 -
CMYK 0 0.45 0.14 0.49
HSL 318.62º 0.29% 0.4% -
HSV(B) 318.62º 0.45% 0.51% -
XYZ 14.45 10.55 16.6 -
YUV 93.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 130 72 112 0 0.45 0.14 0.49 318.62 0.29 0.4
Hex 82 48 70 0 2D E 31 13F 1D 28
Octal 202 110 160 0 55 16 61 477 35 50
Binary 10000010 1001000 1110000 0 101101 1110 110001 100111111 11101 101000

Color Harmonies of #824870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824870

Black with #824870

Text Example


Text Example

White with #824870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824870; }

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

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

background-color css

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

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

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

border-color css

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

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

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