Html Css Color HEX #81313F Paprika

📋 copy color: '#81313F'

red 129 ◦ green 49 ◦ blue 63

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

Shades of Paprika #81313F

Tints of Paprika #81313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.14%

R = 53.53%
G = 20.33%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#81313F (or 0x81313F) is known color: Paprika. HEX triplet: 81, 31 and 3F. RGB value is (129,49,63). Sum of RGB (Red+Green+Blue) = 129+49+63=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81313F is #7ECEC0. Grayscale: #4A4A4A. Windows color (decimal): -8310465 or 4141441. OLE color: 4141441.

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

Color convert

RGB 129 49 63 -
CMYK 0 0.62 0.51 0.49
HSL 349.5º 0.45% 0.35% -
HSV(B) 349.5º 0.62% 0.51% -
XYZ 11.05 7.22 5.51 -
YUV 74.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 129 49 63 0 0.62 0.51 0.49 349.5 0.45 0.35
Hex 81 31 3F 0 3E 33 31 15E 2D 23
Octal 201 61 77 0 76 63 61 536 55 43
Binary 10000001 110001 111111 0 111110 110011 110001 101011110 101101 100011

Color Harmonies of #81313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81313F

Black with #81313F

Text Example


Text Example

White with #81313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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