Html Css Color HEX #824370 Cosmic

📋 copy color: '#824370'

red 130 ◦ green 67 ◦ blue 112

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

Shades of Cosmic #824370

Tints of Cosmic #824370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

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

R = 42.07%
G = 21.68%
B = 36.25%

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

#824370 (or 0x824370) is known color: Cosmic. HEX triplet: 82, 43 and 70. RGB value is (130,67,112). Sum of RGB (Red+Green+Blue) = 130+67+112=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #824370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824370 is #7DBC8F. Grayscale: #5A5A5A. Windows color (decimal): -8240272 or 7357314. OLE color: 7357314.

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

Color convert

RGB 130 67 112 -
CMYK 0 0.48 0.14 0.49
HSL 317.14º 0.32% 0.39% -
HSV(B) 317.14º 0.48% 0.51% -
XYZ 14.14 9.93 16.5 -
YUV 90.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 130 67 112 0 0.48 0.14 0.49 317.14 0.32 0.39
Hex 82 43 70 0 30 E 31 13D 20 27
Octal 202 103 160 0 60 16 61 475 40 47
Binary 10000010 1000011 1110000 0 110000 1110 110001 100111101 100000 100111

Color Harmonies of #824370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824370

Black with #824370

Text Example


Text Example

White with #824370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824370; }

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

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

background-color css

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

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

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

border-color css

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

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

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