#86303D

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

Shades of Paprika #86303D

Tints of Paprika #86303D

Color information

#86303D (or 0x86303D) is unknown color: approx Paprika. HEX triplet: 86, 30 and 3D. RGB value is (134,48,61). Sum of RGB (Red+Green+Blue) = 134+48+61=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86303D is #79CFC2. Grayscale: #4B4B4B. Windows color (decimal): -7983043 or 4010118. OLE color: 4010118.

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

Color convert

RGB1344861-
CMYK00.640.540.47
HSL350.93º47.25%35.69%-
HSV(B)350.93º64.18%52.55%-
XYZ11.737.525.25-
YUV75.2119.99169.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=55.14%
G=19.75%
B=25.10%

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
Decimal134486100.640.540.47350.9347.2535.69
Hex86303D040362F15f2f24
Octal2066075010066575375744
Binary1000011011000011110101000000110110101111101011111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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