Html Css Color HEX #832F40 Paprika

📋 copy color: '#832F40'

red 131 ◦ green 47 ◦ blue 64

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

Shades of Paprika #832F40

Tints of Paprika #832F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

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

R = 54.13%
G = 19.42%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#832F40 (or 0x832F40) is known color: Paprika. HEX triplet: 83, 2F and 40. RGB value is (131,47,64). Sum of RGB (Red+Green+Blue) = 131+47+64=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #832F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832F40 is #7CD0BF. Grayscale: #4A4A4A. Windows color (decimal): -8179904 or 4206467. OLE color: 4206467.

HSL color Cylindrical-coordinate representation of color #832F40: hue angle of 347.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F40 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 47 64 -
CMYK 0 0.64 0.51 0.49
HSL 347.86º 0.47% 0.35% -
HSV(B) 347.86º 0.64% 0.51% -
XYZ 11.3 7.23 5.65 -
YUV 74.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 131 47 64 0 0.64 0.51 0.49 347.86 0.47 0.35
Hex 83 2F 40 0 40 33 31 15C 2F 23
Octal 203 57 100 0 100 63 61 534 57 43
Binary 10000011 101111 1000000 0 1000000 110011 110001 101011100 101111 100011

Color Harmonies of #832F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F40

Black with #832F40

Text Example


Text Example

White with #832F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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