Html Css Color HEX #80343B Paprika

📋 copy color: '#80343B'

red 128 ◦ green 52 ◦ blue 59

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

Shades of Paprika #80343B

Tints of Paprika #80343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 53.56%
G = 21.76%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80343B (or 0x80343B) is known color: Paprika. HEX triplet: 80, 34 and 3B. RGB value is (128,52,59). Sum of RGB (Red+Green+Blue) = 128+52+59=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80343B is #7FCBC4. Grayscale: #4B4B4B. Windows color (decimal): -8375237 or 3880064. OLE color: 3880064.

HSL color Cylindrical-coordinate representation of color #80343B: hue angle of 354.47º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80343B is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 59 -
CMYK 0 0.59 0.54 0.50
HSL 354.47º 0.42% 0.35% -
HSV(B) 354.47º 0.59% 0.5% -
XYZ 10.92 7.36 4.98 -
YUV 75.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 128 52 59 0 0.59 0.54 0.50 354.47 0.42 0.35
Hex 80 34 3B 0 3B 36 32 162 2A 23
Octal 200 64 73 0 73 66 62 542 52 43
Binary 10000000 110100 111011 0 111011 110110 110010 101100010 101010 100011

Color Harmonies of #80343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80343B

Black with #80343B

Text Example


Text Example

White with #80343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80343B; }

 p { color: rgb(128,52,59); }

 H1.HeaderClassName
 {
   color: #80343B;
 }
 .AnyTagClassName
 {
   color: #80343B;
 }
</style>

background-color css

<style>
 a { background-color: #80343B; }

 a { background-color: rgb(128,52,59); }

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

border-color css

<style>
 span { border-color: #80343B; }

 span { border-color: rgb(128,52,59); }

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