Html Css Color HEX #813141 Paprika

📋 copy color: '#813141'

red 129 ◦ green 49 ◦ blue 65

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

Shades of Paprika #813141

Tints of Paprika #813141

RGB

 RED value IS 129 (50.78% from 255) = 53.09%

 GREEN value IS 49 (19.53% from 255) = 20.16%

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

R = 53.09%
G = 20.16%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#813141 (or 0x813141) is known color: Paprika. HEX triplet: 81, 31 and 41. RGB value is (129,49,65). Sum of RGB (Red+Green+Blue) = 129+49+65=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #813141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813141 is #7ECEBE. Grayscale: #4A4A4A. Windows color (decimal): -8310463 or 4272513. OLE color: 4272513.

HSL color Cylindrical-coordinate representation of color #813141: hue angle of 348º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813141 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 49 65 -
CMYK 0 0.62 0.50 0.49
HSL 348º 0.45% 0.35% -
HSV(B) 348º 0.62% 0.51% -
XYZ 11.11 7.25 5.81 -
YUV 74.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 129 49 65 0 0.62 0.50 0.49 348 0.45 0.35
Hex 81 31 41 0 3E 32 31 15C 2D 23
Octal 201 61 101 0 76 62 61 534 55 43
Binary 10000001 110001 1000001 0 111110 110010 110001 101011100 101101 100011

Color Harmonies of #813141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813141

Black with #813141

Text Example


Text Example

White with #813141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813141; }

 p { color: rgb(129,49,65); }

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

background-color css

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

 a { background-color: rgb(129,49,65); }

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

border-color css

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

 span { border-color: rgb(129,49,65); }

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