Html Css Color HEX #825061 Cosmic

📋 copy color: '#825061'

red 130 ◦ green 80 ◦ blue 97

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

Shades of Cosmic #825061

Tints of Cosmic #825061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 42.35%
G = 26.06%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#825061 (or 0x825061) is known color: Cosmic. HEX triplet: 82, 50 and 61. RGB value is (130,80,97). Sum of RGB (Red+Green+Blue) = 130+80+97=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #825061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825061 is #7DAF9E. Grayscale: #606060. Windows color (decimal): -8236959 or 6377602. OLE color: 6377602.

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

Color convert

RGB 130 80 97 -
CMYK 0 0.38 0.25 0.49
HSL 339.6º 0.24% 0.41% -
HSV(B) 339.6º 0.38% 0.51% -
XYZ 14.23 11.35 12.75 -
YUV 96.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 130 80 97 0 0.38 0.25 0.49 339.6 0.24 0.41
Hex 82 50 61 0 26 19 31 154 18 29
Octal 202 120 141 0 46 31 61 524 30 51
Binary 10000010 1010000 1100001 0 100110 11001 110001 101010100 11000 101001

Color Harmonies of #825061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825061

Black with #825061

Text Example


Text Example

White with #825061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825061; }

 p { color: rgb(130,80,97); }

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

background-color css

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

 a { background-color: rgb(130,80,97); }

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

border-color css

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

 span { border-color: rgb(130,80,97); }

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