Html Css Color HEX #825163 Cosmic

📋 copy color: '#825163'

red 130 ◦ green 81 ◦ blue 99

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

Shades of Cosmic #825163

Tints of Cosmic #825163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 41.94%
G = 26.13%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#825163 (or 0x825163) is known color: Cosmic. HEX triplet: 82, 51 and 63. RGB value is (130,81,99). Sum of RGB (Red+Green+Blue) = 130+81+99=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #825163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825163 is #7DAE9C. Grayscale: #616161. Windows color (decimal): -8236701 or 6508930. OLE color: 6508930.

HSL color Cylindrical-coordinate representation of color #825163: hue angle of 337.96º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825163 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 99 -
CMYK 0 0.38 0.24 0.49
HSL 337.96º 0.23% 0.41% -
HSV(B) 337.96º 0.38% 0.51% -
XYZ 14.4 11.53 13.27 -
YUV 97.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 130 81 99 0 0.38 0.24 0.49 337.96 0.23 0.41
Hex 82 51 63 0 26 18 31 152 17 29
Octal 202 121 143 0 46 30 61 522 27 51
Binary 10000010 1010001 1100011 0 100110 11000 110001 101010010 10111 101001

Color Harmonies of #825163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825163

Black with #825163

Text Example


Text Example

White with #825163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825163; }

 p { color: rgb(130,81,99); }

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

background-color css

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

 a { background-color: rgb(130,81,99); }

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

border-color css

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

 span { border-color: rgb(130,81,99); }

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