Html Css Color HEX #824270 Cosmic

📋 copy color: '#824270'

red 130 ◦ green 66 ◦ blue 112

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

Shades of Cosmic #824270

Tints of Cosmic #824270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 42.21%
G = 21.43%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#824270 (or 0x824270) is known color: Cosmic. HEX triplet: 82, 42 and 70. RGB value is (130,66,112). Sum of RGB (Red+Green+Blue) = 130+66+112=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #824270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824270 is #7DBD8F. Grayscale: #5A5A5A. Windows color (decimal): -8240528 or 7357058. OLE color: 7357058.

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

Color convert

RGB 130 66 112 -
CMYK 0 0.49 0.14 0.49
HSL 316.88º 0.33% 0.38% -
HSV(B) 316.88º 0.49% 0.51% -
XYZ 14.08 9.81 16.48 -
YUV 90.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 130 66 112 0 0.49 0.14 0.49 316.88 0.33 0.38
Hex 82 42 70 0 31 E 31 13D 21 26
Octal 202 102 160 0 61 16 61 475 41 46
Binary 10000010 1000010 1110000 0 110001 1110 110001 100111101 100001 100110

Color Harmonies of #824270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824270

Black with #824270

Text Example


Text Example

White with #824270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824270; }

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

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

background-color css

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

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

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

border-color css

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

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

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