Html Css Color HEX #824958 Cosmic

📋 copy color: '#824958'

red 130 ◦ green 73 ◦ blue 88

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

Shades of Cosmic #824958

Tints of Cosmic #824958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 88 (34.77% from 255) = 30.24%

R = 44.67%
G = 25.09%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824958 (or 0x824958) is known color: Cosmic. HEX triplet: 82, 49 and 58. RGB value is (130,73,88). Sum of RGB (Red+Green+Blue) = 130+73+88=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #824958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824958 is #7DB6A7. Grayscale: #5B5B5B. Windows color (decimal): -8238760 or 5785986. OLE color: 5785986.

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

Color convert

RGB 130 73 88 -
CMYK 0 0.44 0.32 0.49
HSL 344.21º 0.28% 0.4% -
HSV(B) 344.21º 0.44% 0.51% -
XYZ 13.35 10.22 10.5 -
YUV 91.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 130 73 88 0 0.44 0.32 0.49 344.21 0.28 0.4
Hex 82 49 58 0 2C 20 31 158 1C 28
Octal 202 111 130 0 54 40 61 530 34 50
Binary 10000010 1001001 1011000 0 101100 100000 110001 101011000 11100 101000

Color Harmonies of #824958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824958

Black with #824958

Text Example


Text Example

White with #824958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824958; }

 p { color: rgb(130,73,88); }

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

background-color css

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

 a { background-color: rgb(130,73,88); }

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

border-color css

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

 span { border-color: rgb(130,73,88); }

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