Html Css Color HEX #824263 Cosmic

📋 copy color: '#824263'

red 130 ◦ green 66 ◦ blue 99

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

Shades of Cosmic #824263

Tints of Cosmic #824263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 44.07%
G = 22.37%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#824263 (or 0x824263) is known color: Cosmic. HEX triplet: 82, 42 and 63. RGB value is (130,66,99). Sum of RGB (Red+Green+Blue) = 130+66+99=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #824263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824263 is #7DBD9C. Grayscale: #585858. Windows color (decimal): -8240541 or 6505090. OLE color: 6505090.

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

Color convert

RGB 130 66 99 -
CMYK 0 0.49 0.24 0.49
HSL 329.06º 0.33% 0.38% -
HSV(B) 329.06º 0.49% 0.51% -
XYZ 13.41 9.54 12.94 -
YUV 88.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 130 66 99 0 0.49 0.24 0.49 329.06 0.33 0.38
Hex 82 42 63 0 31 18 31 149 21 26
Octal 202 102 143 0 61 30 61 511 41 46
Binary 10000010 1000010 1100011 0 110001 11000 110001 101001001 100001 100110

Color Harmonies of #824263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824263

Black with #824263

Text Example


Text Example

White with #824263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824263; }

 p { color: rgb(130,66,99); }

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

background-color css

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

 a { background-color: rgb(130,66,99); }

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

border-color css

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

 span { border-color: rgb(130,66,99); }

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