Html Css Color HEX #82406B Cosmic

📋 copy color: '#82406B'

red 130 ◦ green 64 ◦ blue 107

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

Shades of Cosmic #82406B

Tints of Cosmic #82406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 43.19%
G = 21.26%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82406B (or 0x82406B) is known color: Cosmic. HEX triplet: 82, 40 and 6B. RGB value is (130,64,107). Sum of RGB (Red+Green+Blue) = 130+64+107=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82406B is #7DBF94. Grayscale: #585858. Windows color (decimal): -8241045 or 7028866. OLE color: 7028866.

HSL color Cylindrical-coordinate representation of color #82406B: hue angle of 320.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82406B is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 107 -
CMYK 0 0.51 0.18 0.49
HSL 320.91º 0.34% 0.38% -
HSV(B) 320.91º 0.51% 0.51% -
XYZ 13.69 9.47 15.02 -
YUV 88.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 130 64 107 0 0.51 0.18 0.49 320.91 0.34 0.38
Hex 82 40 6B 0 33 12 31 141 22 26
Octal 202 100 153 0 63 22 61 501 42 46
Binary 10000010 1000000 1101011 0 110011 10010 110001 101000001 100010 100110

Color Harmonies of #82406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82406B

Black with #82406B

Text Example


Text Example

White with #82406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82406B; }

 p { color: rgb(130,64,107); }

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

background-color css

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

 a { background-color: rgb(130,64,107); }

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

border-color css

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

 span { border-color: rgb(130,64,107); }

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