Html Css Color HEX #80424A Solid Pink

📋 copy color: '#80424A'

red 128 ◦ green 66 ◦ blue 74

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

Shades of Solid Pink #80424A

Tints of Solid Pink #80424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 47.76%
G = 24.63%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80424A (or 0x80424A) is known color: Solid Pink. HEX triplet: 80, 42 and 4A. RGB value is (128,66,74). Sum of RGB (Red+Green+Blue) = 128+66+74=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #80424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80424A is #7FBDB5. Grayscale: #555555. Windows color (decimal): -8371638 or 4866688. OLE color: 4866688.

HSL color Cylindrical-coordinate representation of color #80424A: hue angle of 352.26º 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 #80424A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 74 -
CMYK 0 0.48 0.42 0.50
HSL 352.26º 0.32% 0.38% -
HSV(B) 352.26º 0.48% 0.5% -
XYZ 12.09 8.98 7.57 -
YUV 85.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 128 66 74 0 0.48 0.42 0.50 352.26 0.32 0.38
Hex 80 42 4A 0 30 2A 32 160 20 26
Octal 200 102 112 0 60 52 62 540 40 46
Binary 10000000 1000010 1001010 0 110000 101010 110010 101100000 100000 100110

Color Harmonies of #80424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80424A

Black with #80424A

Text Example


Text Example

White with #80424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80424A; }

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

 H1.HeaderClassName
 {
   color: #80424A;
 }
 .AnyTagClassName
 {
   color: #80424A;
 }
</style>

background-color css

<style>
 a { background-color: #80424A; }

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

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

border-color css

<style>
 span { border-color: #80424A; }

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

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