Html Css Color HEX #825A72 Cosmic

📋 copy color: '#825A72'

red 130 ◦ green 90 ◦ blue 114

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

Shades of Cosmic #825A72

Tints of Cosmic #825A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 38.92%
G = 26.95%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825A72 (or 0x825A72) is known color: Cosmic. HEX triplet: 82, 5A and 72. RGB value is (130,90,114). Sum of RGB (Red+Green+Blue) = 130+90+114=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #825A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A72 is #7DA58D. Grayscale: #686868. Windows color (decimal): -8234382 or 7494274. OLE color: 7494274.

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

Color convert

RGB 130 90 114 -
CMYK 0 0.31 0.12 0.49
HSL 324º 0.18% 0.43% -
HSV(B) 324º 0.31% 0.51% -
XYZ 15.9 13.27 17.64 -
YUV 104.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 130 90 114 0 0.31 0.12 0.49 324 0.18 0.43
Hex 82 5A 72 0 1F C 31 144 12 2B
Octal 202 132 162 0 37 14 61 504 22 53
Binary 10000010 1011010 1110010 0 11111 1100 110001 101000100 10010 101011

Color Harmonies of #825A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A72

Black with #825A72

Text Example


Text Example

White with #825A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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