Html Css Color HEX #825873 Cosmic

📋 copy color: '#825873'

red 130 ◦ green 88 ◦ blue 115

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

Shades of Cosmic #825873

Tints of Cosmic #825873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.43%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 39.04%
G = 26.43%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825873 (or 0x825873) is known color: Cosmic. HEX triplet: 82, 58 and 73. RGB value is (130,88,115). Sum of RGB (Red+Green+Blue) = 130+88+115=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825873 is #7DA78C. Grayscale: #676767. Windows color (decimal): -8234893 or 7559298. OLE color: 7559298.

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

Color convert

RGB 130 88 115 -
CMYK 0 0.32 0.12 0.49
HSL 321.43º 0.19% 0.43% -
HSV(B) 321.43º 0.32% 0.51% -
XYZ 15.79 12.96 17.89 -
YUV 103.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 130 88 115 0 0.32 0.12 0.49 321.43 0.19 0.43
Hex 82 58 73 0 20 C 31 141 13 2B
Octal 202 130 163 0 40 14 61 501 23 53
Binary 10000010 1011000 1110011 0 100000 1100 110001 101000001 10011 101011

Color Harmonies of #825873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825873

Black with #825873

Text Example


Text Example

White with #825873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825873; }

 p { color: rgb(130,88,115); }

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

background-color css

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

 a { background-color: rgb(130,88,115); }

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

border-color css

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

 span { border-color: rgb(130,88,115); }

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