Html Css Color HEX #824672 Cosmic

📋 copy color: '#824672'

red 130 ◦ green 70 ◦ blue 114

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

Shades of Cosmic #824672

Tints of Cosmic #824672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 41.4%
G = 22.29%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824672 (or 0x824672) is known color: Cosmic. HEX triplet: 82, 46 and 72. RGB value is (130,70,114). Sum of RGB (Red+Green+Blue) = 130+70+114=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #824672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824672 is #7DB98D. Grayscale: #5C5C5C. Windows color (decimal): -8239502 or 7489154. OLE color: 7489154.

HSL color Cylindrical-coordinate representation of color #824672: hue angle of 316º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824672 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 114 -
CMYK 0 0.46 0.12 0.49
HSL 316º 0.3% 0.39% -
HSV(B) 316º 0.46% 0.51% -
XYZ 14.43 10.34 17.15 -
YUV 92.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 130 70 114 0 0.46 0.12 0.49 316 0.3 0.39
Hex 82 46 72 0 2E C 31 13C 1E 27
Octal 202 106 162 0 56 14 61 474 36 47
Binary 10000010 1000110 1110010 0 101110 1100 110001 100111100 11110 100111

Color Harmonies of #824672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824672

Black with #824672

Text Example


Text Example

White with #824672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824672; }

 p { color: rgb(130,70,114); }

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

background-color css

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

 a { background-color: rgb(130,70,114); }

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

border-color css

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

 span { border-color: rgb(130,70,114); }

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