Html Css Color HEX #825272 Cosmic

📋 copy color: '#825272'

red 130 ◦ green 82 ◦ blue 114

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

Shades of Cosmic #825272

Tints of Cosmic #825272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 39.88%
G = 25.15%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825272 (or 0x825272) is known color: Cosmic. HEX triplet: 82, 52 and 72. RGB value is (130,82,114). Sum of RGB (Red+Green+Blue) = 130+82+114=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #825272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825272 is #7DAD8D. Grayscale: #636363. Windows color (decimal): -8236430 or 7492226. OLE color: 7492226.

HSL color Cylindrical-coordinate representation of color #825272: hue angle of 320º 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 #825272 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 114 -
CMYK 0 0.37 0.12 0.49
HSL 320º 0.23% 0.42% -
HSV(B) 320º 0.37% 0.51% -
XYZ 15.26 12 17.43 -
YUV 100 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 130 82 114 0 0.37 0.12 0.49 320 0.23 0.42
Hex 82 52 72 0 25 C 31 140 17 2A
Octal 202 122 162 0 45 14 61 500 27 52
Binary 10000010 1010010 1110010 0 100101 1100 110001 101000000 10111 101010

Color Harmonies of #825272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825272

Black with #825272

Text Example


Text Example

White with #825272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825272; }

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

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

background-color css

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

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

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

border-color css

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

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

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