Html Css Color HEX #812841 Paprika

📋 copy color: '#812841'

red 129 ◦ green 40 ◦ blue 65

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

Shades of Paprika #812841

Tints of Paprika #812841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 55.13%
G = 17.09%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#812841 (or 0x812841) is known color: Paprika. HEX triplet: 81, 28 and 41. RGB value is (129,40,65). Sum of RGB (Red+Green+Blue) = 129+40+65=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #812841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812841 is #7ED7BE. Grayscale: #454545. Windows color (decimal): -8312767 or 4270209. OLE color: 4270209.

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

Color convert

RGB 129 40 65 -
CMYK 0 0.69 0.50 0.49
HSL 343.15º 0.53% 0.33% -
HSV(B) 343.15º 0.69% 0.51% -
XYZ 10.77 6.57 5.7 -
YUV 69.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 129 40 65 0 0.69 0.50 0.49 343.15 0.53 0.33
Hex 81 28 41 0 45 32 31 157 35 21
Octal 201 50 101 0 105 62 61 527 65 41
Binary 10000001 101000 1000001 0 1000101 110010 110001 101010111 110101 100001

Color Harmonies of #812841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812841

Black with #812841

Text Example


Text Example

White with #812841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812841; }

 p { color: rgb(129,40,65); }

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

background-color css

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

 a { background-color: rgb(129,40,65); }

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

border-color css

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

 span { border-color: rgb(129,40,65); }

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