Html Css Color HEX #824269 Cosmic

📋 copy color: '#824269'

red 130 ◦ green 66 ◦ blue 105

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

Shades of Cosmic #824269

Tints of Cosmic #824269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 43.19%
G = 21.93%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#824269 (or 0x824269) is known color: Cosmic. HEX triplet: 82, 42 and 69. RGB value is (130,66,105). Sum of RGB (Red+Green+Blue) = 130+66+105=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #824269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824269 is #7DBD96. Grayscale: #595959. Windows color (decimal): -8240535 or 6898306. OLE color: 6898306.

HSL color Cylindrical-coordinate representation of color #824269: hue angle of 323.44º 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 #824269 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 105 -
CMYK 0 0.49 0.19 0.49
HSL 323.44º 0.33% 0.38% -
HSV(B) 323.44º 0.49% 0.51% -
XYZ 13.7 9.66 14.51 -
YUV 89.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 130 66 105 0 0.49 0.19 0.49 323.44 0.33 0.38
Hex 82 42 69 0 31 13 31 143 21 26
Octal 202 102 151 0 61 23 61 503 41 46
Binary 10000010 1000010 1101001 0 110001 10011 110001 101000011 100001 100110

Color Harmonies of #824269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824269

Black with #824269

Text Example


Text Example

White with #824269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824269; }

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

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

background-color css

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

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

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

border-color css

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

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

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