Html Css Color HEX #825365 Cosmic

📋 copy color: '#825365'

red 130 ◦ green 83 ◦ blue 101

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

Shades of Cosmic #825365

Tints of Cosmic #825365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 41.4%
G = 26.43%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#825365 (or 0x825365) is known color: Cosmic. HEX triplet: 82, 53 and 65. RGB value is (130,83,101). Sum of RGB (Red+Green+Blue) = 130+83+101=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825365 is #7DAC9A. Grayscale: #636363. Windows color (decimal): -8236187 or 6640514. OLE color: 6640514.

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

Color convert

RGB 130 83 101 -
CMYK 0 0.36 0.22 0.49
HSL 337.02º 0.22% 0.42% -
HSV(B) 337.02º 0.36% 0.51% -
XYZ 14.65 11.87 13.83 -
YUV 99.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 130 83 101 0 0.36 0.22 0.49 337.02 0.22 0.42
Hex 82 53 65 0 24 16 31 151 16 2A
Octal 202 123 145 0 44 26 61 521 26 52
Binary 10000010 1010011 1100101 0 100100 10110 110001 101010001 10110 101010

Color Harmonies of #825365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825365

Black with #825365

Text Example


Text Example

White with #825365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825365; }

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

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

background-color css

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

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

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

border-color css

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

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

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