Html Css Color HEX #862F3F Paprika

📋 copy color: '#862F3F'

red 134 ◦ green 47 ◦ blue 63

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

Shades of Paprika #862F3F

Tints of Paprika #862F3F

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 value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#862F3F (or 0x862F3F) is known color: 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

RGB 134 47 63 -
CMYK 0 0.65 0.53 0.47
HSL 348.97º 0.48% 0.35% -
HSV(B) 348.97º 0.65% 0.53% -
XYZ 11.75 7.46 5.52 -
YUV 74.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 134 47 63 0 0.65 0.53 0.47 348.97 0.48 0.35
Hex 86 2F 3F 0 41 35 2F 15D 30 23
Octal 206 57 77 0 101 65 57 535 60 43
Binary 10000110 101111 111111 0 1000001 110101 101111 101011101 110000 100011

Color Harmonies of #862F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F3F

Black with #862F3F

Text Example


Text Example

White with #862F3F

Text Example


Text Example

HTML Codes & Css Web 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>