Html Css Color HEX #812941 Paprika

📋 copy color: '#812941'

red 129 ◦ green 41 ◦ blue 65

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

Shades of Paprika #812941

Tints of Paprika #812941

RGB

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

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

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

R = 54.89%
G = 17.45%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#812941 (or 0x812941) is known color: Paprika. HEX triplet: 81, 29 and 41. RGB value is (129,41,65). Sum of RGB (Red+Green+Blue) = 129+41+65=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #812941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812941 is #7ED6BE. Grayscale: #464646. Windows color (decimal): -8312511 or 4270465. OLE color: 4270465.

HSL color Cylindrical-coordinate representation of color #812941: hue angle of 343.64º 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 #812941 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 65 -
CMYK 0 0.68 0.50 0.49
HSL 343.64º 0.52% 0.33% -
HSV(B) 343.64º 0.68% 0.51% -
XYZ 10.8 6.63 5.71 -
YUV 70.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 129 41 65 0 0.68 0.50 0.49 343.64 0.52 0.33
Hex 81 29 41 0 44 32 31 158 34 21
Octal 201 51 101 0 104 62 61 530 64 41
Binary 10000001 101001 1000001 0 1000100 110010 110001 101011000 110100 100001

Color Harmonies of #812941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812941

Black with #812941

Text Example


Text Example

White with #812941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812941; }

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

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

background-color css

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

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

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

border-color css

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

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

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