Html Css Color HEX #802E3A Paprika

📋 copy color: '#802E3A'

red 128 ◦ green 46 ◦ blue 58

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

Shades of Paprika #802E3A

Tints of Paprika #802E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

 BLUE value IS 58 (23.05% from 255) = 25%

R = 55.17%
G = 19.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#802E3A (or 0x802E3A) is known color: Paprika. HEX triplet: 80, 2E and 3A. RGB value is (128,46,58). Sum of RGB (Red+Green+Blue) = 128+46+58=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #802E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802E3A is #7FD1C5. Grayscale: #474747. Windows color (decimal): -8376774 or 3812992. OLE color: 3812992.

HSL color Cylindrical-coordinate representation of color #802E3A: hue angle of 351.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #802E3A is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 46 58 -
CMYK 0 0.64 0.55 0.50
HSL 351.22º 0.47% 0.34% -
HSV(B) 351.22º 0.64% 0.5% -
XYZ 10.64 6.85 4.76 -
YUV 71.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 128 46 58 0 0.64 0.55 0.50 351.22 0.47 0.34
Hex 80 2E 3A 0 40 37 32 15F 2F 22
Octal 200 56 72 0 100 67 62 537 57 42
Binary 10000000 101110 111010 0 1000000 110111 110010 101011111 101111 100010

Color Harmonies of #802E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802E3A

Black with #802E3A

Text Example


Text Example

White with #802E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802E3A; }

 p { color: rgb(128,46,58); }

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

background-color css

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

 a { background-color: rgb(128,46,58); }

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

border-color css

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

 span { border-color: rgb(128,46,58); }

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