Html Css Color HEX #813139 Paprika

📋 copy color: '#813139'

red 129 ◦ green 49 ◦ blue 57

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

Shades of Paprika #813139

Tints of Paprika #813139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.26%

R = 54.89%
G = 20.85%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#813139 (or 0x813139) is known color: Paprika. HEX triplet: 81, 31 and 39. RGB value is (129,49,57). Sum of RGB (Red+Green+Blue) = 129+49+57=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #813139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813139 is #7ECEC6. Grayscale: #494949. Windows color (decimal): -8310471 or 3748225. OLE color: 3748225.

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

Color convert

RGB 129 49 57 -
CMYK 0 0.62 0.56 0.49
HSL 354º 0.45% 0.35% -
HSV(B) 354º 0.62% 0.51% -
XYZ 10.89 7.16 4.68 -
YUV 73.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 129 49 57 0 0.62 0.56 0.49 354 0.45 0.35
Hex 81 31 39 0 3E 38 31 162 2D 23
Octal 201 61 71 0 76 70 61 542 55 43
Binary 10000001 110001 111001 0 111110 111000 110001 101100010 101101 100011

Color Harmonies of #813139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813139

Black with #813139

Text Example


Text Example

White with #813139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813139; }

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

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

background-color css

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

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

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

border-color css

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

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

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