Html Css Color HEX #862D3E Paprika

📋 copy color: '#862D3E'

red 134 ◦ green 45 ◦ blue 62

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

Shades of Paprika #862D3E

Tints of Paprika #862D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 55.6%
G = 18.67%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#862D3E (or 0x862D3E) is known color: Paprika. HEX triplet: 86, 2D and 3E. RGB value is (134,45,62). Sum of RGB (Red+Green+Blue) = 134+45+62=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #862D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D3E is #79D2C1. Grayscale: #494949. Windows color (decimal): -7983810 or 4074886. OLE color: 4074886.

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

Color convert

RGB 134 45 62 -
CMYK 0 0.66 0.54 0.47
HSL 348.54º 0.5% 0.35% -
HSV(B) 348.54º 0.66% 0.53% -
XYZ 11.64 7.29 5.35 -
YUV 73.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 134 45 62 0 0.66 0.54 0.47 348.54 0.5 0.35
Hex 86 2D 3E 0 42 36 2F 15D 32 23
Octal 206 55 76 0 102 66 57 535 62 43
Binary 10000110 101101 111110 0 1000010 110110 101111 101011101 110010 100011

Color Harmonies of #862D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D3E

Black with #862D3E

Text Example


Text Example

White with #862D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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