Html Css Color HEX #822D3B Paprika

📋 copy color: '#822D3B'

red 130 ◦ green 45 ◦ blue 59

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

Shades of Paprika #822D3B

Tints of Paprika #822D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

 BLUE value IS 59 (23.44% from 255) = 25.21%

R = 55.56%
G = 19.23%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#822D3B (or 0x822D3B) is known color: Paprika. HEX triplet: 82, 2D and 3B. RGB value is (130,45,59). Sum of RGB (Red+Green+Blue) = 130+45+59=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #822D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D3B is #7DD2C4. Grayscale: #484848. Windows color (decimal): -8245957 or 3878274. OLE color: 3878274.

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

Color convert

RGB 130 45 59 -
CMYK 0 0.65 0.55 0.49
HSL 350.12º 0.49% 0.34% -
HSV(B) 350.12º 0.65% 0.51% -
XYZ 10.93 6.94 4.9 -
YUV 72.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 130 45 59 0 0.65 0.55 0.49 350.12 0.49 0.34
Hex 82 2D 3B 0 41 37 31 15E 31 22
Octal 202 55 73 0 101 67 61 536 61 42
Binary 10000010 101101 111011 0 1000001 110111 110001 101011110 110001 100010

Color Harmonies of #822D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D3B

Black with #822D3B

Text Example


Text Example

White with #822D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,45,59); }

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

background-color css

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

 a { background-color: rgb(130,45,59); }

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

border-color css

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

 span { border-color: rgb(130,45,59); }

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