Html Css Color HEX #883140 Paprika

📋 copy color: '#883140'

red 136 ◦ green 49 ◦ blue 64

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

Shades of Paprika #883140

Tints of Paprika #883140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

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

R = 54.62%
G = 19.68%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#883140 (or 0x883140) is known color: Paprika. HEX triplet: 88, 31 and 40. RGB value is (136,49,64). Sum of RGB (Red+Green+Blue) = 136+49+64=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #883140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883140 is #77CEBF. Grayscale: #4C4C4C. Windows color (decimal): -7851712 or 4206984. OLE color: 4206984.

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

Color convert

RGB 136 49 64 -
CMYK 0 0.64 0.53 0.47
HSL 349.66º 0.47% 0.36% -
HSV(B) 349.66º 0.64% 0.53% -
XYZ 12.18 7.8 5.71 -
YUV 76.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 136 49 64 0 0.64 0.53 0.47 349.66 0.47 0.36
Hex 88 31 40 0 40 35 2F 15E 2F 24
Octal 210 61 100 0 100 65 57 536 57 44
Binary 10001000 110001 1000000 0 1000000 110101 101111 101011110 101111 100100

Color Harmonies of #883140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883140

Black with #883140

Text Example


Text Example

White with #883140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883140; }

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

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

background-color css

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

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

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

border-color css

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

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

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