Html Css Color HEX #824261 Cosmic

📋 copy color: '#824261'

red 130 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #824261

Tints of Cosmic #824261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 44.37%
G = 22.53%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#824261 (or 0x824261) is known color: Cosmic. HEX triplet: 82, 42 and 61. RGB value is (130,66,97). Sum of RGB (Red+Green+Blue) = 130+66+97=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #824261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824261 is #7DBD9E. Grayscale: #585858. Windows color (decimal): -8240543 or 6374018. OLE color: 6374018.

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

Color convert

RGB 130 66 97 -
CMYK 0 0.49 0.25 0.49
HSL 330.94º 0.33% 0.38% -
HSV(B) 330.94º 0.49% 0.51% -
XYZ 13.31 9.51 12.44 -
YUV 88.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 130 66 97 0 0.49 0.25 0.49 330.94 0.33 0.38
Hex 82 42 61 0 31 19 31 14B 21 26
Octal 202 102 141 0 61 31 61 513 41 46
Binary 10000010 1000010 1100001 0 110001 11001 110001 101001011 100001 100110

Color Harmonies of #824261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824261

Black with #824261

Text Example


Text Example

White with #824261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824261; }

 p { color: rgb(130,66,97); }

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

background-color css

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

 a { background-color: rgb(130,66,97); }

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

border-color css

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

 span { border-color: rgb(130,66,97); }

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