Html Css Color HEX #813137 Paprika

📋 copy color: '#813137'

red 129 ◦ green 49 ◦ blue 55

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

Shades of Paprika #813137

Tints of Paprika #813137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 55.36%
G = 21.03%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#813137 (or 0x813137) is known color: Paprika. HEX triplet: 81, 31 and 37. RGB value is (129,49,55). Sum of RGB (Red+Green+Blue) = 129+49+55=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813137 is #7ECEC8. Grayscale: #494949. Windows color (decimal): -8310473 or 3617153. OLE color: 3617153.

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

Color convert

RGB 129 49 55 -
CMYK 0 0.62 0.57 0.49
HSL 355.5º 0.45% 0.35% -
HSV(B) 355.5º 0.62% 0.51% -
XYZ 10.84 7.14 4.42 -
YUV 73.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 129 49 55 0 0.62 0.57 0.49 355.5 0.45 0.35
Hex 81 31 37 0 3E 39 31 164 2D 23
Octal 201 61 67 0 76 71 61 544 55 43
Binary 10000001 110001 110111 0 111110 111001 110001 101100100 101101 100011

Color Harmonies of #813137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813137

Black with #813137

Text Example


Text Example

White with #813137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813137; }

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

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

background-color css

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

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

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

border-color css

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

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

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