Html Css Color HEX #825971 Cosmic

📋 copy color: '#825971'

red 130 ◦ green 89 ◦ blue 113

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

Shades of Cosmic #825971

Tints of Cosmic #825971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

 BLUE value IS 113 (44.53% from 255) = 34.04%

R = 39.16%
G = 26.81%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#825971 (or 0x825971) is known color: Cosmic. HEX triplet: 82, 59 and 71. RGB value is (130,89,113). Sum of RGB (Red+Green+Blue) = 130+89+113=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #825971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825971 is #7DA68E. Grayscale: #676767. Windows color (decimal): -8234639 or 7428482. OLE color: 7428482.

HSL color Cylindrical-coordinate representation of color #825971: hue angle of 324.88º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #825971 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 89 113 -
CMYK 0 0.32 0.13 0.49
HSL 324.88º 0.19% 0.43% -
HSV(B) 324.88º 0.32% 0.51% -
XYZ 15.76 13.08 17.32 -
YUV 104 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 130 89 113 0 0.32 0.13 0.49 324.88 0.19 0.43
Hex 82 59 71 0 20 D 31 145 13 2B
Octal 202 131 161 0 40 15 61 505 23 53
Binary 10000010 1011001 1110001 0 100000 1101 110001 101000101 10011 101011

Color Harmonies of #825971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825971

Black with #825971

Text Example


Text Example

White with #825971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825971; }

 p { color: rgb(130,89,113); }

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

background-color css

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

 a { background-color: rgb(130,89,113); }

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

border-color css

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

 span { border-color: rgb(130,89,113); }

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