Html Css Color HEX #82445E Cosmic

📋 copy color: '#82445E'

red 130 ◦ green 68 ◦ blue 94

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

Shades of Cosmic #82445E

Tints of Cosmic #82445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 44.52%
G = 23.29%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82445E (or 0x82445E) is known color: Cosmic. HEX triplet: 82, 44 and 5E. RGB value is (130,68,94). Sum of RGB (Red+Green+Blue) = 130+68+94=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82445E is #7DBBA1. Grayscale: #595959. Windows color (decimal): -8240034 or 6177922. OLE color: 6177922.

HSL color Cylindrical-coordinate representation of color #82445E: hue angle of 334.84º degrees, saturation: 0.31, 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 #82445E is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 68 94 -
CMYK 0 0.48 0.28 0.49
HSL 334.84º 0.31% 0.39% -
HSV(B) 334.84º 0.48% 0.51% -
XYZ 13.29 9.69 11.76 -
YUV 89.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 130 68 94 0 0.48 0.28 0.49 334.84 0.31 0.39
Hex 82 44 5E 0 30 1C 31 14F 1F 27
Octal 202 104 136 0 60 34 61 517 37 47
Binary 10000010 1000100 1011110 0 110000 11100 110001 101001111 11111 100111

Color Harmonies of #82445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82445E

Black with #82445E

Text Example


Text Example

White with #82445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82445E; }

 p { color: rgb(130,68,94); }

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

background-color css

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

 a { background-color: rgb(130,68,94); }

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

border-color css

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

 span { border-color: rgb(130,68,94); }

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