Html Css Color HEX #825071 Cosmic

📋 copy color: '#825071'

red 130 ◦ green 80 ◦ blue 113

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

Shades of Cosmic #825071

Tints of Cosmic #825071

RGB

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

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

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

R = 40.25%
G = 24.77%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#825071 (or 0x825071) is known color: Cosmic. HEX triplet: 82, 50 and 71. RGB value is (130,80,113). Sum of RGB (Red+Green+Blue) = 130+80+113=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #825071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825071 is #7DAF8E. Grayscale: #626262. Windows color (decimal): -8236943 or 7426178. OLE color: 7426178.

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

Color convert

RGB 130 80 113 -
CMYK 0 0.38 0.13 0.49
HSL 320.4º 0.24% 0.41% -
HSV(B) 320.4º 0.38% 0.51% -
XYZ 15.06 11.68 17.08 -
YUV 98.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 130 80 113 0 0.38 0.13 0.49 320.4 0.24 0.41
Hex 82 50 71 0 26 D 31 140 18 29
Octal 202 120 161 0 46 15 61 500 30 51
Binary 10000010 1010000 1110001 0 100110 1101 110001 101000000 11000 101001

Color Harmonies of #825071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825071

Black with #825071

Text Example


Text Example

White with #825071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825071; }

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

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

background-color css

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

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

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

border-color css

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

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

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