Html Css Color HEX #825370 Cosmic

📋 copy color: '#825370'

red 130 ◦ green 83 ◦ blue 112

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

Shades of Cosmic #825370

Tints of Cosmic #825370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 40%
G = 25.54%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#825370 (or 0x825370) is known color: Cosmic. HEX triplet: 82, 53 and 70. RGB value is (130,83,112). Sum of RGB (Red+Green+Blue) = 130+83+112=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #825370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825370 is #7DAC8F. Grayscale: #646464. Windows color (decimal): -8236176 or 7361410. OLE color: 7361410.

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

Color convert

RGB 130 83 112 -
CMYK 0 0.36 0.14 0.49
HSL 322.98º 0.22% 0.42% -
HSV(B) 322.98º 0.36% 0.51% -
XYZ 15.22 12.1 16.86 -
YUV 100.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 130 83 112 0 0.36 0.14 0.49 322.98 0.22 0.42
Hex 82 53 70 0 24 E 31 143 16 2A
Octal 202 123 160 0 44 16 61 503 26 52
Binary 10000010 1010011 1110000 0 100100 1110 110001 101000011 10110 101010

Color Harmonies of #825370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825370

Black with #825370

Text Example


Text Example

White with #825370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825370; }

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

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

background-color css

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

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

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

border-color css

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

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

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