Html Css Color HEX #824B63 Cosmic

📋 copy color: '#824B63'

red 130 ◦ green 75 ◦ blue 99

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

Shades of Cosmic #824B63

Tints of Cosmic #824B63

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.67%

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

R = 42.76%
G = 24.67%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#824B63 (or 0x824B63) is known color: Cosmic. HEX triplet: 82, 4B and 63. RGB value is (130,75,99). Sum of RGB (Red+Green+Blue) = 130+75+99=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #824B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824B63 is #7DB49C. Grayscale: #5E5E5E. Windows color (decimal): -8238237 or 6507394. OLE color: 6507394.

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

Color convert

RGB 130 75 99 -
CMYK 0 0.42 0.24 0.49
HSL 333.82º 0.27% 0.4% -
HSV(B) 333.82º 0.42% 0.51% -
XYZ 13.97 10.68 13.13 -
YUV 94.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 130 75 99 0 0.42 0.24 0.49 333.82 0.27 0.4
Hex 82 4B 63 0 2A 18 31 14E 1B 28
Octal 202 113 143 0 52 30 61 516 33 50
Binary 10000010 1001011 1100011 0 101010 11000 110001 101001110 11011 101000

Color Harmonies of #824B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B63

Black with #824B63

Text Example


Text Example

White with #824B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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