Html Css Color HEX #822640 Paprika

📋 copy color: '#822640'

red 130 ◦ green 38 ◦ blue 64

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

Shades of Paprika #822640

Tints of Paprika #822640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 56.03%
G = 16.38%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#822640 (or 0x822640) is known color: Paprika. HEX triplet: 82, 26 and 40. RGB value is (130,38,64). Sum of RGB (Red+Green+Blue) = 130+38+64=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #822640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822640 is #7DD9BF. Grayscale: #444444. Windows color (decimal): -8247744 or 4204162. OLE color: 4204162.

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

Color convert

RGB 130 38 64 -
CMYK 0 0.71 0.51 0.49
HSL 343.04º 0.55% 0.33% -
HSV(B) 343.04º 0.71% 0.51% -
XYZ 10.82 6.5 5.54 -
YUV 68.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 130 38 64 0 0.71 0.51 0.49 343.04 0.55 0.33
Hex 82 26 40 0 47 33 31 157 37 21
Octal 202 46 100 0 107 63 61 527 67 41
Binary 10000010 100110 1000000 0 1000111 110011 110001 101010111 110111 100001

Color Harmonies of #822640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822640

Black with #822640

Text Example


Text Example

White with #822640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822640; }

 p { color: rgb(130,38,64); }

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

background-color css

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

 a { background-color: rgb(130,38,64); }

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

border-color css

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

 span { border-color: rgb(130,38,64); }

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