Html Css Color HEX #824062 Cosmic

📋 copy color: '#824062'

red 130 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #824062

Tints of Cosmic #824062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 44.52%
G = 21.92%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#824062 (or 0x824062) is known color: Cosmic. HEX triplet: 82, 40 and 62. RGB value is (130,64,98). Sum of RGB (Red+Green+Blue) = 130+64+98=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #824062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824062 is #7DBF9D. Grayscale: #575757. Windows color (decimal): -8241054 or 6439042. OLE color: 6439042.

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

Color convert

RGB 130 64 98 -
CMYK 0 0.51 0.25 0.49
HSL 329.09º 0.34% 0.38% -
HSV(B) 329.09º 0.51% 0.51% -
XYZ 13.24 9.29 12.65 -
YUV 87.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 130 64 98 0 0.51 0.25 0.49 329.09 0.34 0.38
Hex 82 40 62 0 33 19 31 149 22 26
Octal 202 100 142 0 63 31 61 511 42 46
Binary 10000010 1000000 1100010 0 110011 11001 110001 101001001 100010 100110

Color Harmonies of #824062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824062

Black with #824062

Text Example


Text Example

White with #824062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824062; }

 p { color: rgb(130,64,98); }

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

background-color css

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

 a { background-color: rgb(130,64,98); }

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

border-color css

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

 span { border-color: rgb(130,64,98); }

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