Html Css Color HEX #822941 Paprika

📋 copy color: '#822941'

red 130 ◦ green 41 ◦ blue 65

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

Shades of Paprika #822941

Tints of Paprika #822941

RGB

 RED value IS 130 (51.17% from 255) = 55.08%

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

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

R = 55.08%
G = 17.37%
B = 27.54%

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

#822941 (or 0x822941) is known color: Paprika. HEX triplet: 82, 29 and 41. RGB value is (130,41,65). Sum of RGB (Red+Green+Blue) = 130+41+65=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #822941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822941 is #7DD6BE. Grayscale: #464646. Windows color (decimal): -8246975 or 4270466. OLE color: 4270466.

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

Color convert

RGB 130 41 65 -
CMYK 0 0.68 0.50 0.49
HSL 343.82º 0.52% 0.34% -
HSV(B) 343.82º 0.68% 0.51% -
XYZ 10.95 6.71 5.72 -
YUV 70.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 130 41 65 0 0.68 0.50 0.49 343.82 0.52 0.34
Hex 82 29 41 0 44 32 31 158 34 22
Octal 202 51 101 0 104 62 61 530 64 42
Binary 10000010 101001 1000001 0 1000100 110010 110001 101011000 110100 100010

Color Harmonies of #822941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822941

Black with #822941

Text Example


Text Example

White with #822941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822941; }

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

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

background-color css

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

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

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

border-color css

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

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

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