Html Css Color HEX #82425F Cosmic

📋 copy color: '#82425F'

red 130 ◦ green 66 ◦ blue 95

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

Shades of Cosmic #82425F

Tints of Cosmic #82425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 44.67%
G = 22.68%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82425F (or 0x82425F) is known color: Cosmic. HEX triplet: 82, 42 and 5F. RGB value is (130,66,95). Sum of RGB (Red+Green+Blue) = 130+66+95=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82425F is #7DBDA0. Grayscale: #585858. Windows color (decimal): -8240545 or 6242946. OLE color: 6242946.

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

Color convert

RGB 130 66 95 -
CMYK 0 0.49 0.27 0.49
HSL 332.81º 0.33% 0.38% -
HSV(B) 332.81º 0.49% 0.51% -
XYZ 13.22 9.47 11.96 -
YUV 88.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 130 66 95 0 0.49 0.27 0.49 332.81 0.33 0.38
Hex 82 42 5F 0 31 1B 31 14D 21 26
Octal 202 102 137 0 61 33 61 515 41 46
Binary 10000010 1000010 1011111 0 110001 11011 110001 101001101 100001 100110

Color Harmonies of #82425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82425F

Black with #82425F

Text Example


Text Example

White with #82425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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