Html Css Color HEX #825872 Cosmic

📋 copy color: '#825872'

red 130 ◦ green 88 ◦ blue 114

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

Shades of Cosmic #825872

Tints of Cosmic #825872

RGB

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

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

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

R = 39.16%
G = 26.51%
B = 34.34%

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

#825872 (or 0x825872) is known color: Cosmic. HEX triplet: 82, 58 and 72. RGB value is (130,88,114). Sum of RGB (Red+Green+Blue) = 130+88+114=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #825872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825872 is #7DA78D. Grayscale: #676767. Windows color (decimal): -8234894 or 7493762. OLE color: 7493762.

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

Color convert

RGB 130 88 114 -
CMYK 0 0.32 0.12 0.49
HSL 322.86º 0.19% 0.43% -
HSV(B) 322.86º 0.32% 0.51% -
XYZ 15.73 12.94 17.59 -
YUV 103.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 130 88 114 0 0.32 0.12 0.49 322.86 0.19 0.43
Hex 82 58 72 0 20 C 31 143 13 2B
Octal 202 130 162 0 40 14 61 503 23 53
Binary 10000010 1011000 1110010 0 100000 1100 110001 101000011 10011 101011

Color Harmonies of #825872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825872

Black with #825872

Text Example


Text Example

White with #825872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825872; }

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

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

background-color css

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

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

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

border-color css

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

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

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