Html Css Color HEX #813140 Paprika

📋 copy color: '#813140'

red 129 ◦ green 49 ◦ blue 64

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

Shades of Paprika #813140

Tints of Paprika #813140

RGB

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

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

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

R = 53.31%
G = 20.25%
B = 26.45%

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

#813140 (or 0x813140) is known color: Paprika. HEX triplet: 81, 31 and 40. RGB value is (129,49,64). Sum of RGB (Red+Green+Blue) = 129+49+64=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #813140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813140 is #7ECEBF. Grayscale: #4A4A4A. Windows color (decimal): -8310464 or 4206977. OLE color: 4206977.

HSL color Cylindrical-coordinate representation of color #813140: hue angle of 348.75º 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 #813140 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 49 64 -
CMYK 0 0.62 0.50 0.49
HSL 348.75º 0.45% 0.35% -
HSV(B) 348.75º 0.62% 0.51% -
XYZ 11.08 7.23 5.66 -
YUV 74.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 129 49 64 0 0.62 0.50 0.49 348.75 0.45 0.35
Hex 81 31 40 0 3E 32 31 15D 2D 23
Octal 201 61 100 0 76 62 61 535 55 43
Binary 10000001 110001 1000000 0 111110 110010 110001 101011101 101101 100011

Color Harmonies of #813140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813140

Black with #813140

Text Example


Text Example

White with #813140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813140; }

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

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

background-color css

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

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

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

border-color css

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

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

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