Html Css Color HEX #825372 Cosmic

📋 copy color: '#825372'

red 130 ◦ green 83 ◦ blue 114

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

Shades of Cosmic #825372

Tints of Cosmic #825372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.38%

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

R = 39.76%
G = 25.38%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825372 (or 0x825372) is known color: Cosmic. HEX triplet: 82, 53 and 72. RGB value is (130,83,114). Sum of RGB (Red+Green+Blue) = 130+83+114=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #825372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825372 is #7DAC8D. Grayscale: #646464. Windows color (decimal): -8236174 or 7492482. OLE color: 7492482.

HSL color Cylindrical-coordinate representation of color #825372: hue angle of 320.43º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825372 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 114 -
CMYK 0 0.36 0.12 0.49
HSL 320.43º 0.22% 0.42% -
HSV(B) 320.43º 0.36% 0.51% -
XYZ 15.34 12.15 17.46 -
YUV 100.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 130 83 114 0 0.36 0.12 0.49 320.43 0.22 0.42
Hex 82 53 72 0 24 C 31 140 16 2A
Octal 202 123 162 0 44 14 61 500 26 52
Binary 10000010 1010011 1110010 0 100100 1100 110001 101000000 10110 101010

Color Harmonies of #825372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825372

Black with #825372

Text Example


Text Example

White with #825372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825372; }

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

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

background-color css

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

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

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

border-color css

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

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

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