#86303E

Color #86303E Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #86303E

Tints of Paprika #86303E

Color information

#86303E (or 0x86303E) is unknown color: approx Paprika. HEX triplet: 86, 30 and 3E. RGB value is (134,48,62). Sum of RGB (Red+Green+Blue) = 134+48+62=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86303E is #79CFC1. Grayscale: #4B4B4B. Windows color (decimal): -7983042 or 4075654. OLE color: 4075654.

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

Color convert

RGB1344862-
CMYK00.640.540.47
HSL350.23º47.25%35.69%-
HSV(B)350.23º64.18%52.55%-
XYZ11.767.535.39-
YUV75.31120.49169.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=54.92%
G=19.67%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134486200.640.540.47350.2347.2535.69
Hex86303E040362F15e2f24
Octal2066076010066575365744
Binary1000011011000011111001000000110110101111101011110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86303E; }

 p { color: rgb(134,48,62); }

 H1.HeaderClassName
 {
   color: #86303E;
 }
 .AnyTagClassName
 {
   color: #86303E;
 }
</style>
background-color css

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

 a { background-color: rgb(134,48,62); }

 div.DivClassName
 {
   background-color: #86303E;
 }
 .BgClassName
 {
   background-color: #86303E;
 }
</style>
border-color css

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

 span { border-color: rgb(134,48,62); }

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