Html Css Color HEX #824A5F Cosmic

📋 copy color: '#824A5F'

red 130 ◦ green 74 ◦ blue 95

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

Shades of Cosmic #824A5F

Tints of Cosmic #824A5F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 43.48%
G = 24.75%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#824A5F (or 0x824A5F) is known color: Cosmic. HEX triplet: 82, 4A and 5F. RGB value is (130,74,95). Sum of RGB (Red+Green+Blue) = 130+74+95=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #824A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A5F is #7DB5A0. Grayscale: #5D5D5D. Windows color (decimal): -8238497 or 6244994. OLE color: 6244994.

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

Color convert

RGB 130 74 95 -
CMYK 0 0.43 0.27 0.49
HSL 337.5º 0.27% 0.4% -
HSV(B) 337.5º 0.43% 0.51% -
XYZ 13.72 10.47 12.12 -
YUV 93.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 130 74 95 0 0.43 0.27 0.49 337.5 0.27 0.4
Hex 82 4A 5F 0 2B 1B 31 152 1B 28
Octal 202 112 137 0 53 33 61 522 33 50
Binary 10000010 1001010 1011111 0 101011 11011 110001 101010010 11011 101000

Color Harmonies of #824A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A5F

Black with #824A5F

Text Example


Text Example

White with #824A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,95); }

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

background-color css

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

 a { background-color: rgb(130,74,95); }

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

border-color css

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

 span { border-color: rgb(130,74,95); }

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