Html Css Color HEX #862C41 Paprika

📋 copy color: '#862C41'

red 134 ◦ green 44 ◦ blue 65

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

Shades of Paprika #862C41

Tints of Paprika #862C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.11%

 BLUE value IS 65 (25.78% from 255) = 26.75%

R = 55.14%
G = 18.11%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#862C41 (or 0x862C41) is known color: Paprika. HEX triplet: 86, 2C and 41. RGB value is (134,44,65). Sum of RGB (Red+Green+Blue) = 134+44+65=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #862C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C41 is #79D3BE. Grayscale: #494949. Windows color (decimal): -7984063 or 4271238. OLE color: 4271238.

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

Color convert

RGB 134 44 65 -
CMYK 0 0.67 0.51 0.47
HSL 346º 0.51% 0.35% -
HSV(B) 346º 0.67% 0.53% -
XYZ 11.69 7.25 5.78 -
YUV 73.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 134 44 65 0 0.67 0.51 0.47 346 0.51 0.35
Hex 86 2C 41 0 43 33 2F 15A 33 23
Octal 206 54 101 0 103 63 57 532 63 43
Binary 10000110 101100 1000001 0 1000011 110011 101111 101011010 110011 100011

Color Harmonies of #862C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C41

Black with #862C41

Text Example


Text Example

White with #862C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,44,65); }

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

background-color css

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

 a { background-color: rgb(134,44,65); }

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

border-color css

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

 span { border-color: rgb(134,44,65); }

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