Html Css Color HEX #832640 Paprika

📋 copy color: '#832640'

red 131 ◦ green 38 ◦ blue 64

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

Shades of Paprika #832640

Tints of Paprika #832640

RGB

 RED value IS 131 (51.56% from 255) = 56.22%

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

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

R = 56.22%
G = 16.31%
B = 27.47%

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

#832640 (or 0x832640) is known color: Paprika. HEX triplet: 83, 26 and 40. RGB value is (131,38,64). Sum of RGB (Red+Green+Blue) = 131+38+64=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #832640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832640 is #7CD9BF. Grayscale: #444444. Windows color (decimal): -8182208 or 4204163. OLE color: 4204163.

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

Color convert

RGB 131 38 64 -
CMYK 0 0.71 0.51 0.49
HSL 343.23º 0.55% 0.33% -
HSV(B) 343.23º 0.71% 0.51% -
XYZ 10.98 6.58 5.54 -
YUV 68.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 131 38 64 0 0.71 0.51 0.49 343.23 0.55 0.33
Hex 83 26 40 0 47 33 31 157 37 21
Octal 203 46 100 0 107 63 61 527 67 41
Binary 10000011 100110 1000000 0 1000111 110011 110001 101010111 110111 100001

Color Harmonies of #832640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832640

Black with #832640

Text Example


Text Example

White with #832640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832640; }

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

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

background-color css

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

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

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

border-color css

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

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

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