Html Css Color HEX #832F3A Paprika

📋 copy color: '#832F3A'

red 131 ◦ green 47 ◦ blue 58

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

Shades of Paprika #832F3A

Tints of Paprika #832F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 55.51%
G = 19.92%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#832F3A (or 0x832F3A) is known color: Paprika. HEX triplet: 83, 2F and 3A. RGB value is (131,47,58). Sum of RGB (Red+Green+Blue) = 131+47+58=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #832F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832F3A is #7CD0C5. Grayscale: #494949. Windows color (decimal): -8179910 or 3813251. OLE color: 3813251.

HSL color Cylindrical-coordinate representation of color #832F3A: hue angle of 352.14º 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 #832F3A is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 47 58 -
CMYK 0 0.64 0.56 0.49
HSL 352.14º 0.47% 0.35% -
HSV(B) 352.14º 0.64% 0.51% -
XYZ 11.14 7.16 4.8 -
YUV 73.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 131 47 58 0 0.64 0.56 0.49 352.14 0.47 0.35
Hex 83 2F 3A 0 40 38 31 160 2F 23
Octal 203 57 72 0 100 70 61 540 57 43
Binary 10000011 101111 111010 0 1000000 111000 110001 101100000 101111 100011

Color Harmonies of #832F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F3A

Black with #832F3A

Text Example


Text Example

White with #832F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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