Html Css Color HEX #813136 Paprika

📋 copy color: '#813136'

red 129 ◦ green 49 ◦ blue 54

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

Shades of Paprika #813136

Tints of Paprika #813136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 55.6%
G = 21.12%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#813136 (or 0x813136) is known color: Paprika. HEX triplet: 81, 31 and 36. RGB value is (129,49,54). Sum of RGB (Red+Green+Blue) = 129+49+54=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #813136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813136 is #7ECEC9. Grayscale: #494949. Windows color (decimal): -8310474 or 3551617. OLE color: 3551617.

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

Color convert

RGB 129 49 54 -
CMYK 0 0.62 0.58 0.49
HSL 356.25º 0.45% 0.35% -
HSV(B) 356.25º 0.62% 0.51% -
XYZ 10.82 7.13 4.3 -
YUV 73.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 129 49 54 0 0.62 0.58 0.49 356.25 0.45 0.35
Hex 81 31 36 0 3E 3A 31 164 2D 23
Octal 201 61 66 0 76 72 61 544 55 43
Binary 10000001 110001 110110 0 111110 111010 110001 101100100 101101 100011

Color Harmonies of #813136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813136

Black with #813136

Text Example


Text Example

White with #813136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813136; }

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

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

background-color css

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

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

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

border-color css

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

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

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