#862F3F

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

Shades of Paprika #862F3F

Tints of Paprika #862F3F

Color information

#862F3F (or 0x862F3F) is unknown color: approx Paprika. HEX triplet: 86, 2F and 3F. RGB value is (134,47,63). Sum of RGB (Red+Green+Blue) = 134+47+63=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #862F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F3F is #79D0C0. Grayscale: #4A4A4A. Windows color (decimal): -7983297 or 4140934. OLE color: 4140934.

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

Color convert

RGB1344763-
CMYK00.650.530.47
HSL348.97º48.07%35.49%-
HSV(B)348.97º64.93%52.55%-
XYZ11.757.465.52-
YUV74.84121.32170.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 63 (25% from 255) = 25.82%
R=54.92%
G=19.26%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134476300.650.530.47348.9748.0735.49
Hex862F3F041352F15d3023
Octal2065777010165575356043
Binary1000011010111111111101000001110101101111101011101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862F3F; }

 p { color: rgb(134,47,63); }

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

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

 a { background-color: rgb(134,47,63); }

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

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

 span { border-color: rgb(134,47,63); }

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