Html Css Color HEX #883240 Paprika

📋 copy color: '#883240'

red 136 ◦ green 50 ◦ blue 64

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

Shades of Paprika #883240

Tints of Paprika #883240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 54.4%
G = 20%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#883240 (or 0x883240) is known color: Paprika. HEX triplet: 88, 32 and 40. RGB value is (136,50,64). Sum of RGB (Red+Green+Blue) = 136+50+64=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #883240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883240 is #77CDBF. Grayscale: #4D4D4D. Windows color (decimal): -7851456 or 4207240. OLE color: 4207240.

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

Color convert

RGB 136 50 64 -
CMYK 0 0.63 0.53 0.47
HSL 350.23º 0.46% 0.36% -
HSV(B) 350.23º 0.63% 0.53% -
XYZ 12.22 7.89 5.73 -
YUV 77.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 136 50 64 0 0.63 0.53 0.47 350.23 0.46 0.36
Hex 88 32 40 0 3F 35 2F 15E 2E 24
Octal 210 62 100 0 77 65 57 536 56 44
Binary 10001000 110010 1000000 0 111111 110101 101111 101011110 101110 100100

Color Harmonies of #883240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883240

Black with #883240

Text Example


Text Example

White with #883240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883240; }

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

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

background-color css

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

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

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

border-color css

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

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

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