Html Css Color HEX #825270 Cosmic

📋 copy color: '#825270'

red 130 ◦ green 82 ◦ blue 112

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

Shades of Cosmic #825270

Tints of Cosmic #825270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.31%

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

R = 40.12%
G = 25.31%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#825270 (or 0x825270) is known color: Cosmic. HEX triplet: 82, 52 and 70. RGB value is (130,82,112). Sum of RGB (Red+Green+Blue) = 130+82+112=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #825270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825270 is #7DAD8F. Grayscale: #636363. Windows color (decimal): -8236432 or 7361154. OLE color: 7361154.

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

Color convert

RGB 130 82 112 -
CMYK 0 0.37 0.14 0.49
HSL 322.5º 0.23% 0.42% -
HSV(B) 322.5º 0.37% 0.51% -
XYZ 15.15 11.95 16.84 -
YUV 99.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 130 82 112 0 0.37 0.14 0.49 322.5 0.23 0.42
Hex 82 52 70 0 25 E 31 142 17 2A
Octal 202 122 160 0 45 16 61 502 27 52
Binary 10000010 1010010 1110000 0 100101 1110 110001 101000010 10111 101010

Color Harmonies of #825270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825270

Black with #825270

Text Example


Text Example

White with #825270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825270; }

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

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

background-color css

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

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

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

border-color css

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

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

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