Html Css Color HEX #803241 Paprika

📋 copy color: '#803241'

red 128 ◦ green 50 ◦ blue 65

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

Shades of Paprika #803241

Tints of Paprika #803241

RGB

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

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

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

R = 52.67%
G = 20.58%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#803241 (or 0x803241) is known color: Paprika. HEX triplet: 80, 32 and 41. RGB value is (128,50,65). Sum of RGB (Red+Green+Blue) = 128+50+65=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #803241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803241 is #7FCDBE. Grayscale: #4B4B4B. Windows color (decimal): -8375743 or 4272768. OLE color: 4272768.

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

Color convert

RGB 128 50 65 -
CMYK 0 0.61 0.49 0.50
HSL 348.46º 0.44% 0.35% -
HSV(B) 348.46º 0.61% 0.5% -
XYZ 11 7.25 5.82 -
YUV 75.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 128 50 65 0 0.61 0.49 0.50 348.46 0.44 0.35
Hex 80 32 41 0 3D 31 32 15C 2C 23
Octal 200 62 101 0 75 61 62 534 54 43
Binary 10000000 110010 1000001 0 111101 110001 110010 101011100 101100 100011

Color Harmonies of #803241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803241

Black with #803241

Text Example


Text Example

White with #803241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803241; }

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

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

background-color css

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

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

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

border-color css

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

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

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