Html Css Color HEX #80333E Paprika

📋 copy color: '#80333E'

red 128 ◦ green 51 ◦ blue 62

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

Shades of Paprika #80333E

Tints of Paprika #80333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

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

R = 53.11%
G = 21.16%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80333E (or 0x80333E) is known color: Paprika. HEX triplet: 80, 33 and 3E. RGB value is (128,51,62). Sum of RGB (Red+Green+Blue) = 128+51+62=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80333E is #7FCCC1. Grayscale: #4B4B4B. Windows color (decimal): -8375490 or 4076416. OLE color: 4076416.

HSL color Cylindrical-coordinate representation of color #80333E: hue angle of 351.43º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80333E is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 62 -
CMYK 0 0.60 0.52 0.50
HSL 351.43º 0.43% 0.35% -
HSV(B) 351.43º 0.6% 0.5% -
XYZ 10.96 7.3 5.39 -
YUV 75.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 128 51 62 0 0.60 0.52 0.50 351.43 0.43 0.35
Hex 80 33 3E 0 3C 34 32 15F 2B 23
Octal 200 63 76 0 74 64 62 537 53 43
Binary 10000000 110011 111110 0 111100 110100 110010 101011111 101011 100011

Color Harmonies of #80333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80333E

Black with #80333E

Text Example


Text Example

White with #80333E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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