Html Css Color HEX #81343A Paprika

📋 copy color: '#81343A'

red 129 ◦ green 52 ◦ blue 58

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

Shades of Paprika #81343A

Tints of Paprika #81343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.27%

R = 53.97%
G = 21.76%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#81343A (or 0x81343A) is known color: Paprika. HEX triplet: 81, 34 and 3A. RGB value is (129,52,58). Sum of RGB (Red+Green+Blue) = 129+52+58=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #81343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81343A is #7ECBC5. Grayscale: #4B4B4B. Windows color (decimal): -8309702 or 3814529. OLE color: 3814529.

HSL color Cylindrical-coordinate representation of color #81343A: hue angle of 355.32º 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 #81343A is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 58 -
CMYK 0 0.60 0.55 0.49
HSL 355.32º 0.43% 0.35% -
HSV(B) 355.32º 0.6% 0.51% -
XYZ 11.04 7.43 4.85 -
YUV 75.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 129 52 58 0 0.60 0.55 0.49 355.32 0.43 0.35
Hex 81 34 3A 0 3C 37 31 163 2B 23
Octal 201 64 72 0 74 67 61 543 53 43
Binary 10000001 110100 111010 0 111100 110111 110001 101100011 101011 100011

Color Harmonies of #81343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81343A

Black with #81343A

Text Example


Text Example

White with #81343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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