Html Css Color HEX #82426F Cosmic

📋 copy color: '#82426F'

red 130 ◦ green 66 ◦ blue 111

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

Shades of Cosmic #82426F

Tints of Cosmic #82426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 42.35%
G = 21.5%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82426F (or 0x82426F) is known color: Cosmic. HEX triplet: 82, 42 and 6F. RGB value is (130,66,111). Sum of RGB (Red+Green+Blue) = 130+66+111=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82426F is #7DBD90. Grayscale: #5A5A5A. Windows color (decimal): -8240529 or 7291522. OLE color: 7291522.

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

Color convert

RGB 130 66 111 -
CMYK 0 0.49 0.15 0.49
HSL 317.81º 0.33% 0.38% -
HSV(B) 317.81º 0.49% 0.51% -
XYZ 14.02 9.79 16.19 -
YUV 90.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 130 66 111 0 0.49 0.15 0.49 317.81 0.33 0.38
Hex 82 42 6F 0 31 F 31 13E 21 26
Octal 202 102 157 0 61 17 61 476 41 46
Binary 10000010 1000010 1101111 0 110001 1111 110001 100111110 100001 100110

Color Harmonies of #82426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82426F

Black with #82426F

Text Example


Text Example

White with #82426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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