Html Css Color HEX #803041 Paprika

📋 copy color: '#803041'

red 128 ◦ green 48 ◦ blue 65

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

Shades of Paprika #803041

Tints of Paprika #803041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.97%

R = 53.11%
G = 19.92%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#803041 (or 0x803041) is known color: Paprika. HEX triplet: 80, 30 and 41. RGB value is (128,48,65). Sum of RGB (Red+Green+Blue) = 128+48+65=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #803041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803041 is #7FCFBE. Grayscale: #494949. Windows color (decimal): -8376255 or 4272256. OLE color: 4272256.

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

Color convert

RGB 128 48 65 -
CMYK 0 0.62 0.49 0.50
HSL 347.25º 0.45% 0.35% -
HSV(B) 347.25º 0.63% 0.5% -
XYZ 10.91 7.08 5.79 -
YUV 73.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 128 48 65 0 0.62 0.49 0.50 347.25 0.45 0.35
Hex 80 30 41 0 3E 31 32 15B 2D 23
Octal 200 60 101 0 76 61 62 533 55 43
Binary 10000000 110000 1000001 0 111110 110001 110010 101011011 101101 100011

Color Harmonies of #803041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803041

Black with #803041

Text Example


Text Example

White with #803041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803041; }

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

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

background-color css

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

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

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

border-color css

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

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

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