Html Css Color HEX #82426B Cosmic

📋 copy color: '#82426B'

red 130 ◦ green 66 ◦ blue 107

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

Shades of Cosmic #82426B

Tints of Cosmic #82426B

RGB

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

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

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

R = 42.9%
G = 21.78%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82426B (or 0x82426B) is known color: Cosmic. HEX triplet: 82, 42 and 6B. RGB value is (130,66,107). Sum of RGB (Red+Green+Blue) = 130+66+107=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82426B is #7DBD94. Grayscale: #595959. Windows color (decimal): -8240533 or 7029378. OLE color: 7029378.

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

Color convert

RGB 130 66 107 -
CMYK 0 0.49 0.18 0.49
HSL 321.56º 0.33% 0.38% -
HSV(B) 321.56º 0.49% 0.51% -
XYZ 13.81 9.7 15.06 -
YUV 89.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 130 66 107 0 0.49 0.18 0.49 321.56 0.33 0.38
Hex 82 42 6B 0 31 12 31 142 21 26
Octal 202 102 153 0 61 22 61 502 41 46
Binary 10000010 1000010 1101011 0 110001 10010 110001 101000010 100001 100110

Color Harmonies of #82426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82426B

Black with #82426B

Text Example


Text Example

White with #82426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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