Html Css Color HEX #812D3B Paprika

📋 copy color: '#812D3B'

red 129 ◦ green 45 ◦ blue 59

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

Shades of Paprika #812D3B

Tints of Paprika #812D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

 BLUE value IS 59 (23.44% from 255) = 25.32%

R = 55.36%
G = 19.31%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#812D3B (or 0x812D3B) is known color: Paprika. HEX triplet: 81, 2D and 3B. RGB value is (129,45,59). Sum of RGB (Red+Green+Blue) = 129+45+59=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #812D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D3B is #7ED2C4. Grayscale: #474747. Windows color (decimal): -8311493 or 3878273. OLE color: 3878273.

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

Color convert

RGB 129 45 59 -
CMYK 0 0.65 0.54 0.49
HSL 350º 0.48% 0.34% -
HSV(B) 350º 0.65% 0.51% -
XYZ 10.78 6.86 4.89 -
YUV 71.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 129 45 59 0 0.65 0.54 0.49 350 0.48 0.34
Hex 81 2D 3B 0 41 36 31 15E 30 22
Octal 201 55 73 0 101 66 61 536 60 42
Binary 10000001 101101 111011 0 1000001 110110 110001 101011110 110000 100010

Color Harmonies of #812D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812D3B

Black with #812D3B

Text Example


Text Example

White with #812D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,45,59); }

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

background-color css

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

 a { background-color: rgb(129,45,59); }

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

border-color css

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

 span { border-color: rgb(129,45,59); }

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