Html Css Color HEX #824372 Cosmic

📋 copy color: '#824372'

red 130 ◦ green 67 ◦ blue 114

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

Shades of Cosmic #824372

Tints of Cosmic #824372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.54%

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

R = 41.8%
G = 21.54%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824372 (or 0x824372) is known color: Cosmic. HEX triplet: 82, 43 and 72. RGB value is (130,67,114). Sum of RGB (Red+Green+Blue) = 130+67+114=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #824372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824372 is #7DBC8D. Grayscale: #5B5B5B. Windows color (decimal): -8240270 or 7488386. OLE color: 7488386.

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

Color convert

RGB 130 67 114 -
CMYK 0 0.48 0.12 0.49
HSL 315.24º 0.32% 0.39% -
HSV(B) 315.24º 0.48% 0.51% -
XYZ 14.25 9.98 17.09 -
YUV 91.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 130 67 114 0 0.48 0.12 0.49 315.24 0.32 0.39
Hex 82 43 72 0 30 C 31 13B 20 27
Octal 202 103 162 0 60 14 61 473 40 47
Binary 10000010 1000011 1110010 0 110000 1100 110001 100111011 100000 100111

Color Harmonies of #824372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824372

Black with #824372

Text Example


Text Example

White with #824372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824372; }

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

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

background-color css

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

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

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

border-color css

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

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

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