Html Css Color HEX #825B72 Cosmic

📋 copy color: '#825B72'

red 130 ◦ green 91 ◦ blue 114

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

Shades of Cosmic #825B72

Tints of Cosmic #825B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

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

R = 38.81%
G = 27.16%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825B72 (or 0x825B72) is known color: Cosmic. HEX triplet: 82, 5B and 72. RGB value is (130,91,114). Sum of RGB (Red+Green+Blue) = 130+91+114=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B72 is #7DA48D. Grayscale: #696969. Windows color (decimal): -8234126 or 7494530. OLE color: 7494530.

HSL color Cylindrical-coordinate representation of color #825B72: hue angle of 324.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B72 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 114 -
CMYK 0 0.30 0.12 0.49
HSL 324.62º 0.18% 0.43% -
HSV(B) 324.62º 0.3% 0.51% -
XYZ 15.98 13.44 17.67 -
YUV 105.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 130 91 114 0 0.30 0.12 0.49 324.62 0.18 0.43
Hex 82 5B 72 0 1E C 31 145 12 2B
Octal 202 133 162 0 36 14 61 505 22 53
Binary 10000010 1011011 1110010 0 11110 1100 110001 101000101 10010 101011

Color Harmonies of #825B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B72

Black with #825B72

Text Example


Text Example

White with #825B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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