Html Css Color HEX #862D3F Paprika

📋 copy color: '#862D3F'

red 134 ◦ green 45 ◦ blue 63

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

Shades of Paprika #862D3F

Tints of Paprika #862D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 63 (25% from 255) = 26.03%

R = 55.37%
G = 18.6%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#862D3F (or 0x862D3F) is known color: Paprika. HEX triplet: 86, 2D and 3F. RGB value is (134,45,63). Sum of RGB (Red+Green+Blue) = 134+45+63=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #862D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D3F is #79D2C0. Grayscale: #494949. Windows color (decimal): -7983809 or 4140422. OLE color: 4140422.

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

Color convert

RGB 134 45 63 -
CMYK 0 0.66 0.53 0.47
HSL 347.87º 0.5% 0.35% -
HSV(B) 347.87º 0.66% 0.53% -
XYZ 11.67 7.3 5.5 -
YUV 73.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 134 45 63 0 0.66 0.53 0.47 347.87 0.5 0.35
Hex 86 2D 3F 0 42 35 2F 15C 32 23
Octal 206 55 77 0 102 65 57 534 62 43
Binary 10000110 101101 111111 0 1000010 110101 101111 101011100 110010 100011

Color Harmonies of #862D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D3F

Black with #862D3F

Text Example


Text Example

White with #862D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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