Html Css Color HEX #82425D Cosmic

📋 copy color: '#82425D'

red 130 ◦ green 66 ◦ blue 93

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

Shades of Cosmic #82425D

Tints of Cosmic #82425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 44.98%
G = 22.84%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82425D (or 0x82425D) is known color: Cosmic. HEX triplet: 82, 42 and 5D. RGB value is (130,66,93). Sum of RGB (Red+Green+Blue) = 130+66+93=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82425D is #7DBDA2. Grayscale: #585858. Windows color (decimal): -8240547 or 6111874. OLE color: 6111874.

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

Color convert

RGB 130 66 93 -
CMYK 0 0.49 0.28 0.49
HSL 334.69º 0.33% 0.38% -
HSV(B) 334.69º 0.49% 0.51% -
XYZ 13.13 9.43 11.48 -
YUV 88.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 130 66 93 0 0.49 0.28 0.49 334.69 0.33 0.38
Hex 82 42 5D 0 31 1C 31 14F 21 26
Octal 202 102 135 0 61 34 61 517 41 46
Binary 10000010 1000010 1011101 0 110001 11100 110001 101001111 100001 100110

Color Harmonies of #82425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82425D

Black with #82425D

Text Example


Text Example

White with #82425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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