Html Css Color HEX #812D3A Paprika

📋 copy color: '#812D3A'

red 129 ◦ green 45 ◦ blue 58

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

Shades of Paprika #812D3A

Tints of Paprika #812D3A

RGB

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

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

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

R = 55.6%
G = 19.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#812D3A (or 0x812D3A) is known color: Paprika. HEX triplet: 81, 2D and 3A. RGB value is (129,45,58). Sum of RGB (Red+Green+Blue) = 129+45+58=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #812D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D3A is #7ED2C5. Grayscale: #474747. Windows color (decimal): -8311494 or 3812737. OLE color: 3812737.

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

Color convert

RGB 129 45 58 -
CMYK 0 0.65 0.55 0.49
HSL 350.71º 0.48% 0.34% -
HSV(B) 350.71º 0.65% 0.51% -
XYZ 10.76 6.85 4.76 -
YUV 71.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 129 45 58 0 0.65 0.55 0.49 350.71 0.48 0.34
Hex 81 2D 3A 0 41 37 31 15F 30 22
Octal 201 55 72 0 101 67 61 537 60 42
Binary 10000001 101101 111010 0 1000001 110111 110001 101011111 110000 100010

Color Harmonies of #812D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812D3A

Black with #812D3A

Text Example


Text Example

White with #812D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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