Html Css Color HEX #862F40 Paprika

📋 copy color: '#862F40'

red 134 ◦ green 47 ◦ blue 64

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

Shades of Paprika #862F40

Tints of Paprika #862F40

RGB

 RED value IS 134 (52.73% from 255) = 54.69%

 GREEN value IS 47 (18.75% from 255) = 19.18%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 54.69%
G = 19.18%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#862F40 (or 0x862F40) is known color: Paprika. HEX triplet: 86, 2F and 40. RGB value is (134,47,64). Sum of RGB (Red+Green+Blue) = 134+47+64=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #862F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F40 is #79D0BF. Grayscale: #4A4A4A. Windows color (decimal): -7983296 or 4206470. OLE color: 4206470.

HSL color Cylindrical-coordinate representation of color #862F40: hue angle of 348.28º 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 #862F40 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 64 -
CMYK 0 0.65 0.52 0.47
HSL 348.28º 0.48% 0.35% -
HSV(B) 348.28º 0.65% 0.53% -
XYZ 11.77 7.47 5.67 -
YUV 74.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 134 47 64 0 0.65 0.52 0.47 348.28 0.48 0.35
Hex 86 2F 40 0 41 34 2F 15C 30 23
Octal 206 57 100 0 101 64 57 534 60 43
Binary 10000110 101111 1000000 0 1000001 110100 101111 101011100 110000 100011

Color Harmonies of #862F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F40

Black with #862F40

Text Example


Text Example

White with #862F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #862F40;
 }
 .AnyTagClassName
 {
   color: #862F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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