Html Css Color HEX #824C5D Cosmic

📋 copy color: '#824C5D'

red 130 ◦ green 76 ◦ blue 93

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

Shades of Cosmic #824C5D

Tints of Cosmic #824C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 43.48%
G = 25.42%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#824C5D (or 0x824C5D) is known color: Cosmic. HEX triplet: 82, 4C and 5D. RGB value is (130,76,93). Sum of RGB (Red+Green+Blue) = 130+76+93=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #824C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824C5D is #7DB3A2. Grayscale: #5E5E5E. Windows color (decimal): -8237987 or 6114434. OLE color: 6114434.

HSL color Cylindrical-coordinate representation of color #824C5D: hue angle of 341.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824C5D is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 93 -
CMYK 0 0.42 0.28 0.49
HSL 341.11º 0.26% 0.4% -
HSV(B) 341.11º 0.42% 0.51% -
XYZ 13.77 10.71 11.7 -
YUV 94.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 130 76 93 0 0.42 0.28 0.49 341.11 0.26 0.4
Hex 82 4C 5D 0 2A 1C 31 155 1A 28
Octal 202 114 135 0 52 34 61 525 32 50
Binary 10000010 1001100 1011101 0 101010 11100 110001 101010101 11010 101000

Color Harmonies of #824C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C5D

Black with #824C5D

Text Example


Text Example

White with #824C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824C5D; }

 p { color: rgb(130,76,93); }

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

background-color css

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

 a { background-color: rgb(130,76,93); }

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

border-color css

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

 span { border-color: rgb(130,76,93); }

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