Html Css Color HEX #822B42 Paprika

📋 copy color: '#822B42'

red 130 ◦ green 43 ◦ blue 66

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

Shades of Paprika #822B42

Tints of Paprika #822B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

 BLUE value IS 66 (26.17% from 255) = 27.62%

R = 54.39%
G = 17.99%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#822B42 (or 0x822B42) is known color: Paprika. HEX triplet: 82, 2B and 42. RGB value is (130,43,66). Sum of RGB (Red+Green+Blue) = 130+43+66=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #822B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B42 is #7DD4BD. Grayscale: #474747. Windows color (decimal): -8246462 or 4336514. OLE color: 4336514.

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

Color convert

RGB 130 43 66 -
CMYK 0 0.67 0.49 0.49
HSL 344.14º 0.5% 0.34% -
HSV(B) 344.14º 0.67% 0.51% -
XYZ 11.05 6.87 5.9 -
YUV 71.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 130 43 66 0 0.67 0.49 0.49 344.14 0.5 0.34
Hex 82 2B 42 0 43 31 31 158 32 22
Octal 202 53 102 0 103 61 61 530 62 42
Binary 10000010 101011 1000010 0 1000011 110001 110001 101011000 110010 100010

Color Harmonies of #822B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B42

Black with #822B42

Text Example


Text Example

White with #822B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822B42; }

 p { color: rgb(130,43,66); }

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

background-color css

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

 a { background-color: rgb(130,43,66); }

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

border-color css

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

 span { border-color: rgb(130,43,66); }

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