Html Css Color HEX #812E3A Paprika

📋 copy color: '#812E3A'

red 129 ◦ green 46 ◦ blue 58

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

Shades of Paprika #812E3A

Tints of Paprika #812E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.74%

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

R = 55.36%
G = 19.74%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#812E3A (or 0x812E3A) is known color: Paprika. HEX triplet: 81, 2E and 3A. RGB value is (129,46,58). Sum of RGB (Red+Green+Blue) = 129+46+58=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #812E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E3A is #7ED1C5. Grayscale: #484848. Windows color (decimal): -8311238 or 3812993. OLE color: 3812993.

HSL color Cylindrical-coordinate representation of color #812E3A: hue angle of 351.33º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812E3A is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 46 58 -
CMYK 0 0.64 0.55 0.49
HSL 351.33º 0.47% 0.34% -
HSV(B) 351.33º 0.64% 0.51% -
XYZ 10.79 6.93 4.77 -
YUV 72.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 129 46 58 0 0.64 0.55 0.49 351.33 0.47 0.34
Hex 81 2E 3A 0 40 37 31 15F 2F 22
Octal 201 56 72 0 100 67 61 537 57 42
Binary 10000001 101110 111010 0 1000000 110111 110001 101011111 101111 100010

Color Harmonies of #812E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E3A

Black with #812E3A

Text Example


Text Example

White with #812E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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