Html Css Color HEX #882E40 Paprika

📋 copy color: '#882E40'

red 136 ◦ green 46 ◦ blue 64

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

Shades of Paprika #882E40

Tints of Paprika #882E40

RGB

 RED value IS 136 (53.52% from 255) = 55.28%

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

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 55.28%
G = 18.7%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#882E40 (or 0x882E40) is known color: Paprika. HEX triplet: 88, 2E and 40. RGB value is (136,46,64). Sum of RGB (Red+Green+Blue) = 136+46+64=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #882E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E40 is #77D1BF. Grayscale: #4A4A4A. Windows color (decimal): -7852480 or 4206216. OLE color: 4206216.

HSL color Cylindrical-coordinate representation of color #882E40: hue angle of 348º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E40 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 46 64 -
CMYK 0 0.66 0.53 0.47
HSL 348º 0.49% 0.36% -
HSV(B) 348º 0.66% 0.53% -
XYZ 12.06 7.56 5.67 -
YUV 74.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 136 46 64 0 0.66 0.53 0.47 348 0.49 0.36
Hex 88 2E 40 0 42 35 2F 15C 31 24
Octal 210 56 100 0 102 65 57 534 61 44
Binary 10001000 101110 1000000 0 1000010 110101 101111 101011100 110001 100100

Color Harmonies of #882E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E40

Black with #882E40

Text Example


Text Example

White with #882E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882E40; }

 p { color: rgb(136,46,64); }

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

background-color css

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

 a { background-color: rgb(136,46,64); }

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

border-color css

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

 span { border-color: rgb(136,46,64); }

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