Html Css Color HEX #812E3F Paprika

📋 copy color: '#812E3F'

red 129 ◦ green 46 ◦ blue 63

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

Shades of Paprika #812E3F

Tints of Paprika #812E3F

RGB

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

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

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

R = 54.2%
G = 19.33%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#812E3F (or 0x812E3F) is known color: Paprika. HEX triplet: 81, 2E and 3F. RGB value is (129,46,63). Sum of RGB (Red+Green+Blue) = 129+46+63=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #812E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E3F is #7ED1C0. Grayscale: #484848. Windows color (decimal): -8311233 or 4140673. OLE color: 4140673.

HSL color Cylindrical-coordinate representation of color #812E3F: hue angle of 347.71º 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 #812E3F is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 46 63 -
CMYK 0 0.64 0.51 0.49
HSL 347.71º 0.47% 0.34% -
HSV(B) 347.71º 0.64% 0.51% -
XYZ 10.93 6.98 5.47 -
YUV 72.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 129 46 63 0 0.64 0.51 0.49 347.71 0.47 0.34
Hex 81 2E 3F 0 40 33 31 15C 2F 22
Octal 201 56 77 0 100 63 61 534 57 42
Binary 10000001 101110 111111 0 1000000 110011 110001 101011100 101111 100010

Color Harmonies of #812E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E3F

Black with #812E3F

Text Example


Text Example

White with #812E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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