Html Css Color HEX #803034 Paprika

📋 copy color: '#803034'

red 128 ◦ green 48 ◦ blue 52

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

Shades of Paprika #803034

Tints of Paprika #803034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

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

R = 56.14%
G = 21.05%
B = 22.81%

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

#803034 (or 0x803034) is known color: Paprika. HEX triplet: 80, 30 and 34. RGB value is (128,48,52). Sum of RGB (Red+Green+Blue) = 128+48+52=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #803034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803034 is #7FCFCB. Grayscale: #484848. Windows color (decimal): -8376268 or 3420288. OLE color: 3420288.

HSL color Cylindrical-coordinate representation of color #803034: hue angle of 357º 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 #803034 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 52 -
CMYK 0 0.62 0.59 0.50
HSL 357º 0.45% 0.35% -
HSV(B) 357º 0.63% 0.5% -
XYZ 10.58 6.95 4.03 -
YUV 72.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 128 48 52 0 0.62 0.59 0.50 357 0.45 0.35
Hex 80 30 34 0 3E 3B 32 165 2D 23
Octal 200 60 64 0 76 73 62 545 55 43
Binary 10000000 110000 110100 0 111110 111011 110010 101100101 101101 100011

Color Harmonies of #803034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803034

Black with #803034

Text Example


Text Example

White with #803034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803034; }

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

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

background-color css

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

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

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

border-color css

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

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

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