Html Css Color HEX #80425F Cosmic

📋 copy color: '#80425F'

red 128 ◦ green 66 ◦ blue 95

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

Shades of Cosmic #80425F

Tints of Cosmic #80425F

RGB

 RED value IS 128 (50.39% from 255) = 44.29%

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

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

R = 44.29%
G = 22.84%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80425F (or 0x80425F) is known color: Cosmic. HEX triplet: 80, 42 and 5F. RGB value is (128,66,95). Sum of RGB (Red+Green+Blue) = 128+66+95=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80425F is #7FBDA0. Grayscale: #575757. Windows color (decimal): -8371617 or 6242944. OLE color: 6242944.

HSL color Cylindrical-coordinate representation of color #80425F: hue angle of 331.94º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80425F is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 95 -
CMYK 0 0.48 0.26 0.50
HSL 331.94º 0.32% 0.38% -
HSV(B) 331.94º 0.48% 0.5% -
XYZ 12.92 9.31 11.94 -
YUV 87.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 128 66 95 0 0.48 0.26 0.50 331.94 0.32 0.38
Hex 80 42 5F 0 30 1A 32 14C 20 26
Octal 200 102 137 0 60 32 62 514 40 46
Binary 10000000 1000010 1011111 0 110000 11010 110010 101001100 100000 100110

Color Harmonies of #80425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80425F

Black with #80425F

Text Example


Text Example

White with #80425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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