Html Css Color HEX #80243E Paprika

📋 copy color: '#80243E'

red 128 ◦ green 36 ◦ blue 62

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

Shades of Paprika #80243E

Tints of Paprika #80243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 56.64%
G = 15.93%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80243E (or 0x80243E) is known color: Paprika. HEX triplet: 80, 24 and 3E. RGB value is (128,36,62). Sum of RGB (Red+Green+Blue) = 128+36+62=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80243E is #7FDBC1. Grayscale: #424242. Windows color (decimal): -8379330 or 4072576. OLE color: 4072576.

HSL color Cylindrical-coordinate representation of color #80243E: hue angle of 343.04º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80243E is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 62 -
CMYK 0 0.72 0.52 0.50
HSL 343.04º 0.56% 0.32% -
HSV(B) 343.04º 0.72% 0.5% -
XYZ 10.4 6.2 5.21 -
YUV 66.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 128 36 62 0 0.72 0.52 0.50 343.04 0.56 0.32
Hex 80 24 3E 0 48 34 32 157 38 20
Octal 200 44 76 0 110 64 62 527 70 40
Binary 10000000 100100 111110 0 1001000 110100 110010 101010111 111000 100000

Color Harmonies of #80243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80243E

Black with #80243E

Text Example


Text Example

White with #80243E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,36,62); }

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

background-color css

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

 a { background-color: rgb(128,36,62); }

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

border-color css

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

 span { border-color: rgb(128,36,62); }

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