Html Css Color HEX #803240 Paprika

📋 copy color: '#803240'

red 128 ◦ green 50 ◦ blue 64

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

Shades of Paprika #803240

Tints of Paprika #803240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 52.89%
G = 20.66%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#803240 (or 0x803240) is known color: Paprika. HEX triplet: 80, 32 and 40. RGB value is (128,50,64). Sum of RGB (Red+Green+Blue) = 128+50+64=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #803240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803240 is #7FCDBF. Grayscale: #4A4A4A. Windows color (decimal): -8375744 or 4207232. OLE color: 4207232.

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

Color convert

RGB 128 50 64 -
CMYK 0 0.61 0.5 0.50
HSL 349.23º 0.44% 0.35% -
HSV(B) 349.23º 0.61% 0.5% -
XYZ 10.97 7.24 5.67 -
YUV 74.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 128 50 64 0 0.61 0.5 0.50 349.23 0.44 0.35
Hex 80 32 40 0 3D 32 32 15D 2C 23
Octal 200 62 100 0 75 62 62 535 54 43
Binary 10000000 110010 1000000 0 111101 110010 110010 101011101 101100 100011

Color Harmonies of #803240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803240

Black with #803240

Text Example


Text Example

White with #803240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803240; }

 p { color: rgb(128,50,64); }

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

background-color css

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

 a { background-color: rgb(128,50,64); }

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

border-color css

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

 span { border-color: rgb(128,50,64); }

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