Html Css Color HEX #82425E Cosmic

📋 copy color: '#82425E'

red 130 ◦ green 66 ◦ blue 94

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

Shades of Cosmic #82425E

Tints of Cosmic #82425E

RGB

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

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

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

R = 44.83%
G = 22.76%
B = 32.41%

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

#82425E (or 0x82425E) is known color: Cosmic. HEX triplet: 82, 42 and 5E. RGB value is (130,66,94). Sum of RGB (Red+Green+Blue) = 130+66+94=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82425E is #7DBDA1. Grayscale: #585858. Windows color (decimal): -8240546 or 6177410. OLE color: 6177410.

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

Color convert

RGB 130 66 94 -
CMYK 0 0.49 0.28 0.49
HSL 333.75º 0.33% 0.38% -
HSV(B) 333.75º 0.49% 0.51% -
XYZ 13.17 9.45 11.72 -
YUV 88.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 130 66 94 0 0.49 0.28 0.49 333.75 0.33 0.38
Hex 82 42 5E 0 31 1C 31 14E 21 26
Octal 202 102 136 0 61 34 61 516 41 46
Binary 10000010 1000010 1011110 0 110001 11100 110001 101001110 100001 100110

Color Harmonies of #82425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82425E

Black with #82425E

Text Example


Text Example

White with #82425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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