Html Css Color HEX #803341 Paprika

📋 copy color: '#803341'

red 128 ◦ green 51 ◦ blue 65

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

Shades of Paprika #803341

Tints of Paprika #803341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 52.46%
G = 20.9%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#803341 (or 0x803341) is known color: Paprika. HEX triplet: 80, 33 and 41. RGB value is (128,51,65). Sum of RGB (Red+Green+Blue) = 128+51+65=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #803341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803341 is #7FCCBE. Grayscale: #4B4B4B. Windows color (decimal): -8375487 or 4273024. OLE color: 4273024.

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

Color convert

RGB 128 51 65 -
CMYK 0 0.60 0.49 0.50
HSL 349.09º 0.43% 0.35% -
HSV(B) 349.09º 0.6% 0.5% -
XYZ 11.04 7.34 5.84 -
YUV 75.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 128 51 65 0 0.60 0.49 0.50 349.09 0.43 0.35
Hex 80 33 41 0 3C 31 32 15D 2B 23
Octal 200 63 101 0 74 61 62 535 53 43
Binary 10000000 110011 1000001 0 111100 110001 110010 101011101 101011 100011

Color Harmonies of #803341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803341

Black with #803341

Text Example


Text Example

White with #803341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803341; }

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

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

background-color css

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

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

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

border-color css

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

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

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