Html Css Color HEX #88313F Paprika

📋 copy color: '#88313F'

red 136 ◦ green 49 ◦ blue 63

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

Shades of Paprika #88313F

Tints of Paprika #88313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.4%

R = 54.84%
G = 19.76%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88313F (or 0x88313F) is known color: Paprika. HEX triplet: 88, 31 and 3F. RGB value is (136,49,63). Sum of RGB (Red+Green+Blue) = 136+49+63=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88313F is #77CEC0. Grayscale: #4C4C4C. Windows color (decimal): -7851713 or 4141448. OLE color: 4141448.

HSL color Cylindrical-coordinate representation of color #88313F: hue angle of 350.34º 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 #88313F is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 49 63 -
CMYK 0 0.64 0.54 0.47
HSL 350.34º 0.47% 0.36% -
HSV(B) 350.34º 0.64% 0.53% -
XYZ 12.15 7.79 5.57 -
YUV 76.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 136 49 63 0 0.64 0.54 0.47 350.34 0.47 0.36
Hex 88 31 3F 0 40 36 2F 15E 2F 24
Octal 210 61 77 0 100 66 57 536 57 44
Binary 10001000 110001 111111 0 1000000 110110 101111 101011110 101111 100100

Color Harmonies of #88313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88313F

Black with #88313F

Text Example


Text Example

White with #88313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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