Html Css Color HEX #824461 Cosmic

📋 copy color: '#824461'

red 130 ◦ green 68 ◦ blue 97

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

Shades of Cosmic #824461

Tints of Cosmic #824461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 44.07%
G = 23.05%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#824461 (or 0x824461) is known color: Cosmic. HEX triplet: 82, 44 and 61. RGB value is (130,68,97). Sum of RGB (Red+Green+Blue) = 130+68+97=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #824461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824461 is #7DBB9E. Grayscale: #595959. Windows color (decimal): -8240031 or 6374530. OLE color: 6374530.

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

Color convert

RGB 130 68 97 -
CMYK 0 0.48 0.25 0.49
HSL 331.94º 0.31% 0.39% -
HSV(B) 331.94º 0.48% 0.51% -
XYZ 13.43 9.74 12.48 -
YUV 89.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 130 68 97 0 0.48 0.25 0.49 331.94 0.31 0.39
Hex 82 44 61 0 30 19 31 14C 1F 27
Octal 202 104 141 0 60 31 61 514 37 47
Binary 10000010 1000100 1100001 0 110000 11001 110001 101001100 11111 100111

Color Harmonies of #824461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824461

Black with #824461

Text Example


Text Example

White with #824461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824461; }

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

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

background-color css

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

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

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

border-color css

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

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

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