Html Css Color HEX #822841 Paprika

📋 copy color: '#822841'

red 130 ◦ green 40 ◦ blue 65

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

Shades of Paprika #822841

Tints of Paprika #822841

RGB

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

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

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

R = 55.32%
G = 17.02%
B = 27.66%

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

#822841 (or 0x822841) is known color: Paprika. HEX triplet: 82, 28 and 41. RGB value is (130,40,65). Sum of RGB (Red+Green+Blue) = 130+40+65=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #822841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822841 is #7DD7BE. Grayscale: #454545. Windows color (decimal): -8247231 or 4270210. OLE color: 4270210.

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

Color convert

RGB 130 40 65 -
CMYK 0 0.69 0.50 0.49
HSL 343.33º 0.53% 0.33% -
HSV(B) 343.33º 0.69% 0.51% -
XYZ 10.92 6.65 5.71 -
YUV 69.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 130 40 65 0 0.69 0.50 0.49 343.33 0.53 0.33
Hex 82 28 41 0 45 32 31 157 35 21
Octal 202 50 101 0 105 62 61 527 65 41
Binary 10000010 101000 1000001 0 1000101 110010 110001 101010111 110101 100001

Color Harmonies of #822841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822841

Black with #822841

Text Example


Text Example

White with #822841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822841; }

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

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

background-color css

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

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

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

border-color css

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

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

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