Html Css Color HEX #803134 Paprika

📋 copy color: '#803134'

red 128 ◦ green 49 ◦ blue 52

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

Shades of Paprika #803134

Tints of Paprika #803134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 55.9%
G = 21.4%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#803134 (or 0x803134) is known color: Paprika. HEX triplet: 80, 31 and 34. RGB value is (128,49,52). Sum of RGB (Red+Green+Blue) = 128+49+52=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #803134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803134 is #7FCECB. Grayscale: #494949. Windows color (decimal): -8376012 or 3420544. OLE color: 3420544.

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

Color convert

RGB 128 49 52 -
CMYK 0 0.62 0.59 0.50
HSL 357.72º 0.45% 0.35% -
HSV(B) 357.72º 0.62% 0.5% -
XYZ 10.62 7.03 4.05 -
YUV 72.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 128 49 52 0 0.62 0.59 0.50 357.72 0.45 0.35
Hex 80 31 34 0 3E 3B 32 166 2D 23
Octal 200 61 64 0 76 73 62 546 55 43
Binary 10000000 110001 110100 0 111110 111011 110010 101100110 101101 100011

Color Harmonies of #803134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803134

Black with #803134

Text Example


Text Example

White with #803134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803134; }

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

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

background-color css

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

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

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

border-color css

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

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

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