Html Css Color HEX #812939 Paprika

📋 copy color: '#812939'

red 129 ◦ green 41 ◦ blue 57

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

Shades of Paprika #812939

Tints of Paprika #812939

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 56.83%
G = 18.06%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#812939 (or 0x812939) is known color: Paprika. HEX triplet: 81, 29 and 39. RGB value is (129,41,57). Sum of RGB (Red+Green+Blue) = 129+41+57=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #812939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812939 is #7ED6C6. Grayscale: #454545. Windows color (decimal): -8312519 or 3746177. OLE color: 3746177.

HSL color Cylindrical-coordinate representation of color #812939: hue angle of 349.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #812939 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 57 -
CMYK 0 0.68 0.56 0.49
HSL 349.09º 0.52% 0.33% -
HSV(B) 349.09º 0.68% 0.51% -
XYZ 10.58 6.55 4.58 -
YUV 69.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 129 41 57 0 0.68 0.56 0.49 349.09 0.52 0.33
Hex 81 29 39 0 44 38 31 15D 34 21
Octal 201 51 71 0 104 70 61 535 64 41
Binary 10000001 101001 111001 0 1000100 111000 110001 101011101 110100 100001

Color Harmonies of #812939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812939

Black with #812939

Text Example


Text Example

White with #812939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812939; }

 p { color: rgb(129,41,57); }

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

background-color css

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

 a { background-color: rgb(129,41,57); }

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

border-color css

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

 span { border-color: rgb(129,41,57); }

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