Html Css Color HEX #81313E Paprika

📋 copy color: '#81313E'

red 129 ◦ green 49 ◦ blue 62

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

Shades of Paprika #81313E

Tints of Paprika #81313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 53.75%
G = 20.42%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#81313E (or 0x81313E) is known color: Paprika. HEX triplet: 81, 31 and 3E. RGB value is (129,49,62). Sum of RGB (Red+Green+Blue) = 129+49+62=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81313E is #7ECEC1. Grayscale: #4A4A4A. Windows color (decimal): -8310466 or 4075905. OLE color: 4075905.

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

Color convert

RGB 129 49 62 -
CMYK 0 0.62 0.52 0.49
HSL 350.25º 0.45% 0.35% -
HSV(B) 350.25º 0.62% 0.51% -
XYZ 11.02 7.21 5.37 -
YUV 74.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 129 49 62 0 0.62 0.52 0.49 350.25 0.45 0.35
Hex 81 31 3E 0 3E 34 31 15E 2D 23
Octal 201 61 76 0 76 64 61 536 55 43
Binary 10000001 110001 111110 0 111110 110100 110001 101011110 101101 100011

Color Harmonies of #81313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81313E

Black with #81313E

Text Example


Text Example

White with #81313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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