Html Css Color HEX #81343F Paprika

📋 copy color: '#81343F'

red 129 ◦ green 52 ◦ blue 63

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

Shades of Paprika #81343F

Tints of Paprika #81343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 52.87%
G = 21.31%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#81343F (or 0x81343F) is known color: Paprika. HEX triplet: 81, 34 and 3F. RGB value is (129,52,63). Sum of RGB (Red+Green+Blue) = 129+52+63=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #81343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81343F is #7ECBC0. Grayscale: #4C4C4C. Windows color (decimal): -8309697 or 4142209. OLE color: 4142209.

HSL color Cylindrical-coordinate representation of color #81343F: hue angle of 351.43º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81343F is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 63 -
CMYK 0 0.60 0.51 0.49
HSL 351.43º 0.43% 0.35% -
HSV(B) 351.43º 0.6% 0.51% -
XYZ 11.18 7.48 5.56 -
YUV 76.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 129 52 63 0 0.60 0.51 0.49 351.43 0.43 0.35
Hex 81 34 3F 0 3C 33 31 15F 2B 23
Octal 201 64 77 0 74 63 61 537 53 43
Binary 10000001 110100 111111 0 111100 110011 110001 101011111 101011 100011

Color Harmonies of #81343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81343F

Black with #81343F

Text Example


Text Example

White with #81343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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