Html Css Color HEX #802841 Paprika

📋 copy color: '#802841'

red 128 ◦ green 40 ◦ blue 65

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

Shades of Paprika #802841

Tints of Paprika #802841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 54.94%
G = 17.17%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#802841 (or 0x802841) is known color: Paprika. HEX triplet: 80, 28 and 41. RGB value is (128,40,65). Sum of RGB (Red+Green+Blue) = 128+40+65=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #802841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802841 is #7FD7BE. Grayscale: #454545. Windows color (decimal): -8378303 or 4270208. OLE color: 4270208.

HSL color Cylindrical-coordinate representation of color #802841: hue angle of 342.95º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802841 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 65 -
CMYK 0 0.69 0.49 0.50
HSL 342.95º 0.52% 0.33% -
HSV(B) 342.95º 0.69% 0.5% -
XYZ 10.62 6.49 5.69 -
YUV 69.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 128 40 65 0 0.69 0.49 0.50 342.95 0.52 0.33
Hex 80 28 41 0 45 31 32 157 34 21
Octal 200 50 101 0 105 61 62 527 64 41
Binary 10000000 101000 1000001 0 1000101 110001 110010 101010111 110100 100001

Color Harmonies of #802841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802841

Black with #802841

Text Example


Text Example

White with #802841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802841; }

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

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

background-color css

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

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

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

border-color css

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

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

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